-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.tex
62 lines (51 loc) · 1.82 KB
/
report.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
%%%%%%%%%%%%%%%%%%%%
%% eSpace Report template %
%% Main file %
%%%%%%%%%%%%%%%%%%%%
%---- Provide document class - DO NOT MODIFY ----%
\documentclass{eSpaceReport}
%---- Bibliography docs come here ----%
\addbibresource{refdoc.bib} % Reference documents (e.g. ECSS)
%---- Parameters to modify ----%
\author{Max Muster} % Author Name
\projectPhase{Phase C} % Phase of the project
\projectName{The greatest satellite application ever that will me famous} % Project Name
\subtitle{Proposal for the Swiss Space Office} % Subtitle for the project
\projectType{Minor Project} % Type of project
\checkedBy{ } % Name of first assistant
\approvedBy{ } % Name of professor
\revisionNum{0} % Document revision number
%-------COMMON acronyms----------- %
\newacronym{ADCS}{ADCS}{Attitude Determination and Control Subsystem}
\newacronym{BIP}{BIP}{Behaviour Interaction Priority}
\newacronym{CDMS}{CDMS}{Control and Data Management Subsystem}
\newacronym{ECSS}{ECSS}{European Cooperation for Space}
\newacronym{SSIP}{SSIP}{Swiss Space Implementation Plan}
\newacronym{TRL}{TRL}{Technology Readiness Level}
\newacronym{WBS}{WBS}{Work Breakdown Structure}
\newacronym{COTS}{COTS}{Commercial Off-The-Shelf}
\makeglossaries
%---- DO NOT TOUCH THIS PART ----%
\begin{document}
\maketitle
\pagenumbering{arabic}
\setcounter{page}{1}
\makerecordofrevision % Edit entries in chap/recordofrevisions.tex
\tableofcontents \clearpage
\makelistoftables
\makelistoffigures
\printglossaries
%----- Bilbliography ----%
\makebibliography
%---- Add your files here from chap folder ----%
\input{chap/intro}
\input{chap/example}
\input{chap/conclusion}
\appendix
%---- Add your appendix files here from appendix folder ----%
\input{appendix/example}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: