-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
96 lines (69 loc) · 2.16 KB
/
paper.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
\input{preamble}
\input{commands}
\begin{document}
\input{acro}
%% Use roman numerals for the executive summary
\pagenumbering{roman}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Executive Summary %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{exec_summary}
%% Blank page between the executive summary and the main paper
\newpage
\thispagestyle{empty}
\begin{center}
\vspace*{\fill}
\noindent {\Large \bfseries This Page Intentionally Left
Blank}\footnote{If this document is printed double-sided,
then the first page of the main paper will appear on the
front rather than the back.}
\vspace*{\fill}
\end{center}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Main Paper %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Reset acronyms for the paper
\acresetall
%% Switch to arabic numbers for the paper itself
\pagenumbering{arabic}
\input{intro}
\input{asatOverview}
%%% -- Thesis -- %%%
\input{risk}
\input{mitigation}
%%% -- Support -- %%%
\input{support}
\input{recAlternative}
\input{recGovernance}
%%% -- Conclusion -- %%%
\acresetall
\input{conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Appendix %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% -- Appendix -- %%%
\newpage
\appendix
\title{Appedix}
\date{}
\author{}
\subtitle{}
\titlenote{}
\maketitle
\acresetall
\input{gabby}
\input{thermal}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% References etc. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% -- Acknowledgements -- %%%
\newpage
\input{ack}
%%% -- References -- %%%
\raggedright
\newpage
\input{references}
\newpage
\input{reading}
\end{document}