-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
58 lines (45 loc) · 1.41 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
\documentclass[usenames, dvipsnames, twocolumn]{article} % article class
\input{Theme/main_theme.tex}
\title{\vspace*{-100pt}\textbf{\mytitle}\vspace{-0pt}}
\date{\today}
\author{\penname\thanks{\thanksmessage } \\ \supervisor }
%%%%%%%%%%%---Actual Document---%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%TC:ignore
\input{sections/00_Title_Page}
\input{sections/00_Abstract}
%TC:endignore
%%%%%%%%%%%---Real Report---%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/01_Introduction}
\input{sections/02_background_models}
\FloatBarrier
\input{sections/03_get_coast.tex}
\input{sections/03.5_low_freq.tex}
\input{sections/04_responsiveness.tex}
\input{sections/05_evt}
\input{sections/07_Discussion}
\FloatBarrier
\input{sections/08_Conclusion}
%%%%%%%%%%%%----End Real Report---%%%%%%%%%%%%%%%%%%%
%%TC:ignore
\FloatBarrier
\footnotesize
\printbibliography
\normalsize
%%%%%%%%%%%----Start Appendices---%%%%%%%%%%%%%%%%%%%%%
\appendix
\input{sections/09_Acknowledgements}
\input{sections/10_supplementary_results.tex}
\FloatBarrier
\input{appendices/ref_theory}
\onecolumn
\input{appendices/repo_intro.tex}
\input{appendices/dead_ends.tex}
\section{Wordcount}
The word limit for this thesis was 5000 words
(excluding abstract, figure captions, references, and appendices).
For full transparency, this is the full automatic breakdown:
\wordcount
%%TC:endignore
%%%%%%%%%%%%---End of Document---%%%%%%%%%%%%%%%%%%%%
\end{document}