-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.tex
More file actions
89 lines (62 loc) · 1.67 KB
/
Copy pathmain.tex
File metadata and controls
89 lines (62 loc) · 1.67 KB
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
\documentclass[12pt, a4paper]{book}
% Core packages
\input{packages/core.tex}
\input{packages/extra.tex}
% Load variables
\input{datos.tex}
\begin{document}
\thispagestyle{empty}
\input{pages/01-etiqueta.tex}
\newpage\null\thispagestyle{empty}\newpage
\newpage\null\thispagestyle{empty}\newpage
\thispagestyle{empty}
\input{pages/02-portada.tex}
\newpage\null\thispagestyle{empty}\newpage
\ifdef{\addacknowledgments}{
\pagenumbering{roman}
\thispagestyle{onlyfooter}
\setcounter{page}{1}
\input{pages/03-agradecimientos.tex}
\newpage\null\thispagestyle{empty}\newpage
\thispagestyle{onlyfooter}
\setcounter{page}{2}
\input{pages/04-resumen.tex}
\newpage\null\thispagestyle{empty}\newpage
\setcounter{page}{3}
\pagenumbering{arabic}
\renewcommand{\contentsname}{Índice de contenidos}
}{
\thispagestyle{empty}
\input{pages/04-resumen.tex}
\newpage\null\thispagestyle{empty}\newpage
\setcounter{page}{2}
\pagenumbering{arabic}
\renewcommand{\contentsname}{Índice de contenidos}
}
\setcounter{tocdepth}{3}
\tableofcontents
\newpage\null\thispagestyle{empty}\newpage
\cleardoublepage
\ifdef{\configpar}{
\setlength{\parindent}{10px}
}{}
\setcounter{page}{1}
\input{pages/05-cuerpo.tex}
\cleardoublepage
\addcontentsline{toc}{chapter}{Bibliografía}
\label{chapter:references}
\printbibliography
\ifdef{\addappendix}{
\cleardoublepage
\thispagestyle{empty}
\vspace*{\fill}
\begin{center}
{\huge Apéndices}
\end{center}
\vspace*{\fill}
\appendix
\begin{appendices}
\input{pages/06-anexos.tex}
\end{appendices}
}{}
\end{document}