-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
119 lines (103 loc) · 3.23 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
%% main.tex
%% Copyright 2021 Paulo Henrique De Moura
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Paulo Henrique De Moura
%
% This work consists of the files ifgw.cls and main.tex
%% Copyright 2005 Paulo Henrique De Moura
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Paulo Henrique De Moura.
%
% This work consists of the files ifgw.cls and main.tex.
%
\documentclass{ifgw}
\usepackage{amsmath}
\usepackage{cite}
\usepackage{fourier}
\usepackage{lipsum}
\usepackage{pdfpages}
\author{Anakin Skywalker}
\city{Tatooine}
\cosupervisor[Coorientador]{Obi-Wan Kenobi}
\logo[align=left]{Images/unicamp.png}
\supervisor[Orientador]{Master Yoda}
\title{
english={Star Wars},
portuguese={Guerra nas estrelas},
}
\subtitle{
english={May the Force be with you},
portuguese={Que a Força esteja com você},
}
\institute{
english={Gleb Wataghin Institute of Physics},
portuguese={Instituto de Física Gleb Wataghin},
}
\university{
english={University of Campinas},
portuguese={Universidade Estadual de Campinas},
}
\backcover{
portuguese declaration={
Tese apresentada ao \theinstitute~da \theuniversity~como
parte dos requisitos exigidos para a obtenção do título de
\uppercase{Doutor em Ciências}, na Área de \uppercase{Física}.
},
english declaration={
Thesis presented to the \theinstitute[e]~of the \theuniversity[e]~in
partial fulfillment of the requirements for the de\-gree of
\uppercase{Doctor of Science}, in the area of \uppercase{Physics}.
},
version={
Es\-te tra\-ba\-lho cor\-res\-pon\-de à ver\-são fi\-nal da
te\-se de\-fen\-di\-da pe\-lo a\-lu\-no \theauthor~e
ori\-en\-ta\-da pe\-lo Prof. Dr. \thesupervisor.
},
language=english,
}
\begin{document}
\maketitle
\makebackcover
\includepdf[pages=-]{PDFs/ficha_catalografica}
\includepdf[pages=-]{PDFs/folha_de_aprovacao}
\dedication{To my son, Luke Skywalker.}
\epigraph{Master Yoda}{May the Force be with you!}
\include{Chapters/agradecimentos}
\include{Chapters/resumo}
\include{Chapters/abstract}
\listoffigures
\listoftables
\tableofcontents
\include{Chapters/ch01}
\include{Chapters/ch02}
\include{Chapters/ch03}
\include{Chapters/ch04}
\include{Chapters/ch05}
\include{Chapters/ch06}
\bibliographystyle{naturemag}
\bibliography{Chapters/Bibliografia}
\appendix
\include{Chapters/ch07}
\include{Chapters/ch08}
\include{Chapters/ch09}
\end{document}