-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thesis.tex
86 lines (69 loc) · 1.76 KB
/
Thesis.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
\documentclass[11pt,a4paper,twoside]{book}
%- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% Preamble
%- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\usepackage{TeXiS/TeXiS}
\include{definitions}
%
% Metadata
%
\hypersetup{%
pdftitle = {\titulo},
pdfsubject = {Formal Methods Master's Tesis},
pdfkeywords = {Program verification, Elixir, Metaprogramming, SMT, Intermediate representation, Formal methods},
pdfauthor = {\textcopyright\ \autor},
pdfcreator = {\LaTeX\ with the \flqq hyperref\frqq package},
pdfproducer = {pdfeTeX-0.\the\pdftexversion\pdftexrevision},
}
\pdfinfo{/CreationDate (\today)}
%- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% Document
%- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document}
\input{TeXiS/TeXiS_hyphenation_es}
\frontmatter
\pagestyle{empty}
\include{Envelope/cover}
%\include{Envelope/authorization}
% \include{Envelope/dedication}
% \include{Envelope/acknowledgements}
\include{Envelope/abstract_es}
\begin{otherlanguage}{english}
\include{Envelope/abstract_en}
\ifx\generatoc\undefined
\else
\include{TeXiS/TeXiS_toc}
\fi
\mainmatter
\pagestyle{fancy}
\restauraCabecera
%
% Chapters
%
\include{Chapters/Introduction}
\include{Chapters/StateOfTheArt}
\include{Chapters/Preliminaries}
\include{Chapters/SMTSolverIntegration}
\include{Chapters/IntermediateRepresentation}
\include{Chapters/ElixirCodeVerification}
\include{Chapters/ConclusionsFutureWork}
%
% Bibliography
%
\include{Envelope/bibliography}
%
% Appendixes
%
\appendix
\include{Appendixes/appendixA}
\backmatter
%
% Acronyms
%
\printglossary[type=\acronymtype]
%
% Ending
%
\include{Envelope/ending}
\end{otherlanguage}
\end{document}