-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
70 lines (58 loc) · 2.25 KB
/
main.tex
File metadata and controls
70 lines (58 loc) · 2.25 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
%%%%%% IMPORTAÇÃO DOS PACOTES %%%%%%
\input{preamble/preambulo}
% \bibliography{library}
% Informacoes de dados para CAPA e FOLHA DE ROSTO:
\mytitle{Correções de ótica linear e acoplamento aplicadas ao comissionamento do Sirius}
\titulo{Linear optics and coupling corrections applied to Sirius commissioning}
\autor{Murilo Barbosa Alves}
\local{Campinas}
\data{2021}
\orientador[Orientador:]{Prof. Dr. Antônio Rubens Britto de Castro}
\instituicao{%
UNIVERSIDADE ESTADUAL DE CAMPINAS
\par
Instituto de Física Gleb Wataghin (IFGW)
}
\tipotrabalho{Dissertação de Mestrado}
% O preambulo deve conter o tipo do trabalho, o objetivo, o nome da instituição
% e a área de concentração
\preambulo{Dissertação apresentada ao Instituto de Física ``Gleb Wataghin'' (IFGW) da Universidade Estadual de Campinas (UNICAMP) como parte dos requisitos exigidos para a obtenção do título de Mestre em Ciências, na área de Física.
\\
Dissertation submitted to the ``Gleb Wataghin'' Institute of Physics (IFGW) in the University of Campinas (UNICAMP) in partial
fulfillment of the requirements for the degree of Master of Science, in the area of Physics.}
\input{preamble/comandos}
\begin{document}
\selectlanguage{english}
% Retira espaço extra obsoleto entre as frases
\frenchspacing
%---------- Elementos pré-textuais --------------%
\pretextual
\input{preamble/pretextuais}
%---------- Elementos textuais ------------------%
\textual
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{1introduction}
\input{2dynamics}
\input{3loco}
% \input{4sirius}
\input{5results}
% Finaliza a parte no bookmark do PDF, para que se inicie o bookmark na raiz
\bookmarksetup{startatroot}%
\input{conclusions.tex}
% --------- Elementos pós-textuais --------------&
\postextual
\input{appendix}
% Referências bibliográficas
% \bibliographystyle{unsrt}
% \bibliographystyle{numeric}
% \bibliographystyle{plain}
\bibliography{library}
% \printbibliography
% % Apêndices
% \begin{apendicesenv}
% % Imprime uma página indicando o início dos apêndices
% \partapendices
%
% \chapter{Catch up Distance}\label{app:catch_up}
\end{document}