-
Notifications
You must be signed in to change notification settings - Fork 0
/
TFG_Carlos.tex
60 lines (47 loc) · 1.53 KB
/
TFG_Carlos.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
%%***********************************************
%% Plantilla para TFG.
%% Escuela Técnica Superior de Ingenieros Informáticos. UPM.
%%***********************************************
%%-----------------------------------------------
%% Importar Preámbulo:
\input{include/Preambulo}
%%-----------------------------------------------
%% Cargar datos relativos al TFG:
%% (actualizar estos datos en secciones/_DatosTFG.tex)
\input{secciones/_DatosTFG}
%%-----------------------------------------------
%% Documento:
\begin{document}
\renewcommand\listfigurename{Índice de Figuras}
\renewcommand\listtablename{Índice de Tablas}
\renewcommand\lstlistlistingname{Índice de Listings}
\input{include/Portada}
%%-----------------------------------------------
%% Numeración romana:
\frontmatter
%%-----------------------------------------------
% \input{secciones/00_Resumen}
\tableofcontents
\lstlistoflistings
\listoftables
\listoffigures
%%-----------------------------------------------
%% Numeración arábiga:
\mainmatter
%%-----------------------------------------------
\input{secciones/00_Resumen}
\input{secciones/01_Introduccion}
\input{secciones/02_TrabajoArte}
\input{secciones/03_Desarrollo}
\input{secciones/04_Generacion}
\input{secciones/05_Impacto}
\input{secciones/06_Resultados}
\printbibliography[heading=bibintoc]
%%-----------------------------------------------
%% Anexos
\appendix
\clearpage
%\addcontentsline{toc}{chapter}{\annexname}
\input{secciones/08_Anexos}
%%-----------------------------------------------
\end{document}