-
Notifications
You must be signed in to change notification settings - Fork 3
/
main.tex
77 lines (62 loc) · 1.54 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
%
% main.tex
%
% Copyright The GOLDS-UFSC Contributors.
%
% GOLDS-UFSC Documentation
%
% This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
% International License. To view a copy of this license,
% visit http://creativecommons.org/licenses/by-sa/4.0/.
%
%
% \brief Main file.
%
% \author Gabriel Mariano Marcelino <gabriel.mm8@gmail.com>
%
% \version 0.3.0
%
% \date 2020/06/05
%
\documentclass[a4paper,12pt]{book}
\usepackage{spacelab_book}
\title{GOLDS-UFSC Design and Mission Overview}
\author{SpaceLab}
\date{\today}
% File metadata
\hypersetup
{
pdfauthor = {SpaceLab},
pdfsubject = {\thetitle},
pdftitle = {\thetitle},
pdfkeywords = {Nanosatellites, CubeSats, GOLDS-UFSC}
}
\begin{document}
\pagenumbering{roman}
\setcounter{page}{1}
\input{header/titlepage}
\cleardoublepage
\input{header/authorpage}
\cleardoublepage
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\printnomenclature
\addcontentsline{toc}{chapter}{Nomenclature}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\setcounter{page}{1}
\input{chapters/introduction}
\input{chapters/management}
\input{chapters/conops}
\input{chapters/budgets}
\input{chapters/design}
\input{chapters/subsystems}
\input{chapters/ground_segment}
\input{chapters/tests}
\input{chapters/ait}
\input{chapters/references}
\input{appendices/appendices}
\end{document}