forked from COPCSE-NTNU/thesis-NTNU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
45 lines (33 loc) · 1.08 KB
/
thesis.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
\documentclass[american,titlepage]{ntnuthesis}
\title{Automated Fixing of Software Security Vulnerabilities via IDE Plugins}
\shorttitle{An NTNU Thesis Document Class}
\author{Kyle Richard Orlando}
\shortauthor{K. Orlando}
\date{\today}
\addbibresource{thesis.bib}
\input{glossary.tex} % add glossary and acronym lists before document
\begin{document}
%\input{chapters-template/0a-abstract.tex}
%\input{chapters-template/0b-sammendrag.tex}
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\printglossary[type=\acronymtype] % Print acronyms
\printglossary % Print glossary
%\input{chapters-template/1-introduction}
%\input{chapters-template/2-usage.tex}
%\input{chapters-template/3-structure.tex}
%\input{chapters-template/4-conclusion.tex}
\input{chapters/1-introduction}
\input{chapters/2-background}
\input{chapters/3-method}
\input{chapters/4-results}
\input{chapters/5-discussion}
\input{chapters/6-conclusion}
\chapter*{\bibname}
\printbibliography[heading=none]
%\input{chapters/papers.tex}
\appendix
\input{appendices/a-appendix.tex}
\end{document}