forked from murilobalves/PhDThesis-IFGW
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
138 lines (120 loc) · 3.94 KB
/
main.tex
File metadata and controls
138 lines (120 loc) · 3.94 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
%% 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, amssymb}
\usepackage{cite}
\usepackage{caption}
\usepackage{lmodern}
\usepackage{lipsum}
\usepackage{pdfpages}
\usepackage{physics}
\usepackage{siunitx}
\usepackage{microtype}
\usepackage{todonotes}
\usepackage{indentfirst}
\usepackage{booktabs}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{glossaries}
\usepackage{algorithm}
\usepackage{algpseudocodex}
\author{Matheus Melo Santos Velloso}
\city{Campinas}
\supervisor[Supervisor/Orientadora]{Liu Lin}
\cosupervisor[Cosupervisor/Coorientador]{Antonio Rubens Britto de Castro}
\logo[align=left]{Images/unicamp.png}
\title{
english={Online Optimization of SIRIUS Dynamic Aperture},
portuguese={Otimização Online da Abertura Dinâmica do SIRIUS},
}
% \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={
Dissertação apresentada ao \theinstitute~da \theuniversity~como
parte dos requisitos exigidos para a obtenção do título de
\uppercase{Mestre em Física}, na área de \uppercase{Física}.
},
english declaration={
Dissertation presented to the \theinstitute[e]~of the \theuniversity[e]~in
partial fulfillment of the requirements for the de\-gree of
\uppercase{Master in Physics}, in the area of \uppercase{Physics}.
},
version={
Es\-te tra\-ba\-lho cor\-res\-pon\-de à ver\-são fi\-nal da
dis\-ser\-ta\-ção de\-fen\-di\-da pe\-lo a\-lu\-no \theauthor~e
ori\-en\-ta\-da pe\-la Prof. Dr. \thesupervisor.
% Es\-te tra\-ba\-lho cor\-res\-pon\-de à ver\-são pre\-li\-mi\-nar da
% te\-se a ser de\-fen\-di\-da pe\-lo a\-lu\-no \theauthor~e
% ori\-en\-ta\-da pe\-la Dra. \thesupervisor.
},
language=english,
}
\loadglsentries{glossary.tex}
\renewcommand*{\glossaryname}{Abbreviations and Acronyms}
\makeglossaries
\begin{document}
\maketitle
\makebackcover
\includepdf[pages=-]{PDFs/ficha_catalografica}
\includepdf[pages=-]{PDFs/carta_aprovacao.pdf}
% \dedication{To my son, Luke Skywalker.}
% \epigraph{Master Yoda}{May the Force be with you!}
\include{Chapters/agradecimentos}
\include{Chapters/abstract}
\include{Chapters/resumo}
\listoffigures
\listoftables
\printglossaries
\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}
\end{document}