-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_tesis.tex
106 lines (89 loc) · 2.5 KB
/
main_tesis.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
% Template: Template Tesis LaTeX
% Documento: Archivo principal
% Versión: DEV
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R. @ppizarror
% Facultad de Ciencias Físicas y Matemáticas
% Universidad de Chile
% pablo@ppizarror.com
%
% Sitio web: [https://latex.ppizarror.com/Template-Tesis/]
% Licencia MIT: [https://opensource.org/licenses/MIT]
% CREACIÓN DEL DOCUMENTO
\documentclass[letterpaper,oneside]{book} % Libro, tamaño carta
% INFORMACIÓN DEL DOCUMENTO
\def\titulotesis {Título de la tesis}
\def\titulogrado {
Tesis para optar al grado de magíster en ciencias de la ingeniería, mención área de la ingeniería
\bigbreak\vspace{0.3cm}
Memoria para optar al título de ingeniero
}
\def\nombreuniversidad {Universidad de Chile}
\def\nombrefacultad {Facultad de Ciencias Físicas y Matemáticas}
\def\departamentouniversidad {Departamento de la Universidad}
\def\imagendepartamento {departamentos/uchile2}
\def\imagendepartamentoparams {height=3cm}
\def\localizacionuniversidad {Santiago, Chile}
% INTEGRANTES, PROFESORES Y FECHAS
\def\autortesis {Nombre del autor}
\def\fechatesis {\the\year}
\def\tablacomision {
\begin{tabular}{c}
\vspace{1.5cm} \\
\MakeUppercase{\textbf{\autortesis}} \\
\vspace{1.0cm} \\
PROFESOR GUÍA: \\
PROFESOR 1 \\
\vspace{0.5cm} \\
MIEMBROS DE LA COMISIÓN: \\
PROFESOR 2 \\
PROFESOR 3 \\
\vspace{0.5cm} \\
Este trabajo ha sido parcialmente financiado por: \\
NOMBRE INSTITUCIÓN \\
\vspace{0.5cm} \\
\MakeUppercase{\localizacionuniversidad} \\
\MakeUppercase{\fechatesis}
\end{tabular}}{
}
\def\tablaresumen {
\begin{tabular}{l}
RESUMEN DE LA MEMORIA PARA OPTAR \\
AL TÍTULO DE MAGÍSTER EN CIENCIAS \\
DE LA INGENIERÍA \\
POR: \MakeUppercase{\textbf{\autortesis}} \\
FECHA: \MakeUppercase{\fechatesis} \\
PROF. GUÍA: NOMBRE PROFESOR
\end{tabular}}{
}
% IMPORTACIÓN DEL TEMPLATE
\input{template}
% INICIO DE LAS PÁGINAS
\begin{document}
% PORTADA
\templatePortrait
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\templatePagecfg
% DEDICATORIA
\begin{dedicatoria}
Una frase de dedicatoria, \\
pueden ser dos líneas. \newp
\textbf{Saludos}
\end{dedicatoria}
% AGRADECIMIENTOS
\begin{agradecimientos}
\lipsum[1]
\end{agradecimientos}
% TABLA DE CONTENIDOS - ÍNDICE
\templateIndex
% RESUMEN O ABSTRACT
\begin{resumen}
\lipsum[1]
\end{resumen}
% CONFIGURACIONES FINALES
\templateFinalcfg
% ======================= INICIO DEL DOCUMENTO =======================
\input{example} % Ejemplo, se puede borrar
% FIN DEL DOCUMENTO
\end{document}