This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mónica Montoto Montané.tex
92 lines (65 loc) · 1.94 KB
/
Mónica Montoto Montané.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
\documentclass[12pt,letterpaper]{report}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\usepackage{float}
\usepackage{array}
\usepackage[left=3cm,right=3cm,top=2cm,bottom=2cm]{geometry}
\usepackage[breaklinks=true,colorlinks=true,linkcolor=black,citecolor=blue,urlcolor=black]{hyperref}
\makeindex
\title{Tesis}
\renewcommand{\baselinestretch}{1.2}
\begin{document}
\pagenumbering{roman}
\renewcommand{\listtablename}{Índice de tablas}
\renewcommand{\tablename}{Tabla}
\renewcommand{\bibname}{Referencias bibliográficas}
% esto es para que las listas anidadas salgan con numeros
\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}
\renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}}
\renewcommand{\labelenumiv}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.\arabic{enumiv}}
\pagestyle{empty}
\thispagestyle{empty}
\include{portada}
\include{decAutoria}
\include{opinion}
\include{dedicatoria}
\include{agradecimientos}
\include{resumen}
\include{abstrac}
\pagestyle{plain}
\tableofcontents
\pagebreak
\listoftables
\pagebreak
\listoffigures
\clearpage
\pagenumbering{arabic}
\phantomsection
\addcontentsline{toc}{chapter}{Introducción}
\pagestyle{fancy}
\include{introduccion}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername \, \thechapter. #1}{}}
\include{cap1}
\include{cap2}
\include{cap3}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Conclusiones}
\include{conc}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Recomendaciones}
\include{rec}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Referencias bibliográficas}
\nocite{*}
\bibliographystyle{ieeetr}
\bibliography{referencias/Referencias}
\breakpage
\phantomsection
\addcontentsline{toc}{chapter}{Anexos}
\pagestyle{fancy}
\include{anexo}
\end{document}