-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.tex
60 lines (47 loc) · 1.35 KB
/
main.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
49
50
51
52
53
54
55
56
57
58
59
60
% Template: Reporte LaTeX
% Documento: Archivo principal
% Versión: 3.3.8 (07/02/2025)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
%
% Manual template: [https://latex.ppizarror.com/reporte]
% Licencia MIT: [https://opensource.org/licenses/MIT]
% CREACIÓN DEL DOCUMENTO
\documentclass[
spanish, % Idioma: spanish, english, etc.
letterpaper, oneside
]{article}
% INFORMACIÓN DEL DOCUMENTO
\def\documenttitle {Título del reporte}
\def\documentsubtitle {}
\def\documentsubject {Tema a tratar}
\def\documentdate {\today}
\def\documentauthor {Nombre del autor}
\def\coursename {Curso}
\def\coursecode {CO-1234}
\def\universityname {Universidad de Chile}
\def\universityfaculty {Facultad de Ciencias Físicas y Matemáticas}
\def\universitydepartment {Departamento de la Universidad}
\def\universitydepartmentimage {departamentos/fcfm}
\def\universitylocation {Santiago de Chile}
% IMPORTACIÓN DEL TEMPLATE
\input{template}
% INICIO DE PÁGINAS
\begin{document}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\templatePagecfg
% CONFIGURACIONES FINALES
\templateFinalcfg
% ======================= INICIO DEL DOCUMENTO =======================
% Título y nombre del autor
\inserttitle
% Resumen o Abstract
\begin{abstract}
\lipsum[11]
\end{abstract}
% Ejemplo, se puede borrar
\input{example}
% FIN DEL DOCUMENTO
\end{document}