-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
75 lines (57 loc) · 1.64 KB
/
main.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
\documentclass[oneside,a4paper]{book}
\usepackage{sty/packages}
\usepackage{sty/macros}
\usepackage{pretext/titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\newgeometry{top=3cm,bottom=3cm,left=3cm,right=3cm}
\maketitle
\include{pretext/cover_sheet}
\restoregeometry
\addtocounter{page}{1}
\includepdf[pages=-]{pretext/ficha_catalografica.pdf}
\addtocounter{page}{1}
\includepdf[pages=-]{pretext/capa_aprovacao.pdf}
\pagestyle{empty}
\newgeometry{top=5cm,bottom=5cm,left=8cm,right=3cm}
\include{pretext/quotes}
\restoregeometry
\include{pretext/acknowledgments}
\include{pretext/abstract}
\newgeometry{top=3cm,bottom=4cm,left=3cm,right=3cm}
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
\restoregeometry
\include{sty/fancy}
\include{pretext/introduction}
\part{Tools}
\label{part:tools}
\include{text/chapter1}
\include{text/chapter2}
\part{Prepare and measure}
\label{part:pam}
\include{text/chapter3}
\include{text/chapter4}
\include{text/chapter5}
% \include{postext/final_remarks}
% \@endpart
% \backmatter
% \bookmarksetupnext{level=-1}
% \bookmarksetup{startatroot}
% \thispagestyle{empty} % Remove page number
\bibliographystyle{abbrv}
\bibliography{bibliography}
% \printbibliography
\addcontentsline{toc}{part}{Bibliography}
\begin{appendices}
% \addappheadtotoc
\appendixpage
% \makeatletter
% \addtocontents{toc}{\let\protect\l@chapter\protect\l@section}
% \makeatother
\addcontentsline{toc}{part}{Appendices}
\input{postext/appendix_a.tex}
\input{postext/appendix_b.tex}
\include{pretext/publications}
\end{appendices}
\end{document}