-
Notifications
You must be signed in to change notification settings - Fork 373
/
thesis.tex
39 lines (27 loc) · 892 Bytes
/
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
\documentclass[british,titlepage]{ntnuthesis}
\title{An NTNU Thesis \LaTeX{} Document Class}
\shorttitle{An NTNU Thesis Document Class}
\author{Community of Practice in Computer Science Education at NTNU}
\shortauthor{CoPCSE$@$NTNU}
\date{CC-BY \ntnuthesisdate}
\addbibresource{thesis.bib}
\input{glossary.tex} % add glossary and acronym lists before document
\begin{document}
\input{chapters/0a-abstract.tex}
\input{chapters/0b-sammendrag.tex}
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\printglossary[type=\acronymtype] % Print acronyms
\printglossary % Print glossary
\input{chapters/1-introduction}
\input{chapters/2-usage.tex}
\input{chapters/3-structure.tex}
\input{chapters/4-conclusion.tex}
\chapter*{\bibname}
\printbibliography[heading=none]
\input{chapters/papers.tex}
\appendix
\input{appendices/a-appendix.tex}
\end{document}