-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_reporte.tex
41 lines (34 loc) · 933 Bytes
/
template_reporte.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
% 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}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\input{src/cfg/page}
% CONFIGURACIONES FINALES
\input{src/cfg/final}