forked from Template-Latex/Template-Informe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
48 lines (39 loc) · 1.03 KB
/
template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% Template: Informe LaTeX
% Documento: Núcleo del template
% Versión: DEV
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
% Facultad de Ciencias Físicas y Matemáticas
% Universidad de Chile
% pablo@ppizarror.com
%
% Manual template: [https://latex.ppizarror.com/informe]
% Licencia MIT: [https://opensource.org/licenses/MIT]
% CONFIGURACIONES
\input{src/config}
% IMPORTACIÓN DE LIBRERÍAS
\input{src/env/imports}
% IMPORTACIÓN DE FUNCIONES Y ENTORNOS
\input{src/cmd/core}
\input{src/cmd/math}
\input{src/cmd/equation}
\input{src/cmd/image}
\input{src/cmd/title}
\input{src/cmd/other}
\input{src/env/environments}
% IMPORTACIÓN DE ESTILOS
\input{src/style/color}
\input{src/style/code}
\input{src/style/other}
% CONFIGURACIÓN INICIAL DEL DOCUMENTO
\input{src/cfg/init}
% PORTADA
\input{src/page/portrait}
\input{src/page/portrait-config}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\input{src/cfg/page}
% TABLA DE CONTENIDOS - ÍNDICE
\input{src/page/index}
% CONFIGURACIONES FINALES
\input{src/cfg/final}