-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
39 lines (27 loc) · 803 Bytes
/
thesis.tex
File metadata and controls
39 lines (27 loc) · 803 Bytes
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[norsk,titlepage]{ntnuthesis}
\title{Your Long Title}
\shorttitle{Your Short Title}
\author{Your Name}
\shortauthor{Your Short Name}
\date{\displaydate{date}}
\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}