-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaster.tex
60 lines (55 loc) · 1.94 KB
/
master.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Template taken from overleaf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% A simple AAU report template.
% 2015-05-08 v. 1.2.0
% Copyright 2010-2015 by Jesper Kjær Nielsen <jkn@es.aau.dk>
%
% This is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% This is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.
\input{setup/preamble.tex}% package inclusion and set up of the document
\input{setup/hyphenations.tex}%
\input{setup/macros.tex}% my new macros
\usepackage{color}
\usepackage{minted}
\begin{document}
%frontmatter
\pagestyle{empty} %disable headers and footers
\pagenumbering{roman} %use roman page numbering in the frontmatter
\input{sections/frontpage.tex}
% \input{sections/colophon.tex}
% \input{sections/titlepages.tex}
% \cleardoublepage
\pdfbookmark[0]{Contents}{label:contents}
\pagestyle{fancy} %enable headers and footers again
\tableofcontents
% \listoftodos
% \input{sections/preface.tex}
% \cleardoublepage
%mainmatter
\pagenumbering{arabic} %use arabic page numbering in the mainmatter
% \input{sections/introduction.tex}
% \input{sections/ch2name.tex}
% \input{sections/conclusion.tex}
\input{sections/ch1-intro.tex}
\input{sections/ch2-whyipfs.tex}
\input{sections/ch3-highlevel.tex}
\input{sections/ch4-stack.tex}
\input{sections/ch5-problems.tex}
\input{sections/ch6-apps-and-latest-updates.tex}
\printbibliography[heading=bibintoc]
% \label{bib:references}
% \bibliography{./bib/references}
% \bibliographystyle{ieeetr}
% \appendix
% \input{sections/appAname.tex}
\end{document}