-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTesis.tex
88 lines (67 loc) · 1.89 KB
/
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
\documentclass[11pt,a4paper,twoside,openright]{book}
% Paquete de la plantilla (oculto en config/)
\usepackage{config/TeXiS/TeXiS}
% Mis paquetes
\include{config/custom_libs}
% Documento
\begin{document}
\frontmatter
% Portada
\include{pages/other/cover}
% Agradecimientos
\include{pages/other/acknowledgements}
\chapter{Abstract}
\specialHead{Abstract}
\input{pages/Abstract.tex}
% \chapter{Resumen}
% \specialHead{Resumen}
% \input{pages/Resumen.tex}
\input{config/TeXiS/TeXiS_toc.tex}
\mainmatter
\restoreHeader
\chapter{Introduction}
\begin{FraseCelebre}
\begin{Frase}
An excuse is what you make after the deed is done, while a justification is what you offer before.
\end{Frase}
\begin{Fuente}
Dalinar Kholin, The Way of Kings
\end{Fuente}
\end{FraseCelebre}
\label{chapter:intro}
\pagenumbering{arabic}
\input{pages/Introduction}
\chapter{Related work}
\label{chapter:related-work}
\input{pages/RelatedWork}
\chapter{Revisiting the building of past snapshots}
\label{chapter:buildability}
\input{pages/01-Buildability/Buildability}
\chapter{Running tests in past snapshots: an empirical study}
\label{chapter:testability}
\input{pages/02-Testability/Testability}
\chapter{Bug localization through regression testing}
\label{chapter:bug-hunter}
\input{pages/03-BugHunter/BugHunter}
\chapter{Conclusions and future research}
\begin{FraseCelebre}
\begin{Frase}
The most important step a man can take. It's not the first one, is it? It's the next one. Always the next step
\end{Frase}
\begin{Fuente}
Dalinar Kholin, The Way of Kings
\end{Fuente}
\end{FraseCelebre}
\label{chapter:conclusions}
\input{pages/Conclusions}
\appendix
\input{pages/Appendix/AppendixIndex.tex}
\backmatter
%
% Bibliography
%
\specialHead{Bibliography}
\bibliographystyle{abbrv}
\bibliography{bibliography}
%\addcontentsline{toc}{chapter}{Bibliography}
\end{document}