-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
61 lines (46 loc) · 1.45 KB
/
main.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
61
%% Master Thesis Template
%% Please update the specification through this link: https://daim.idi.ntnu.no/howto_thesis_submission.pdf
\documentclass[pdftex,10pt,b5paper,twoside]{book}
\usepackage[lmargin=25mm,rmargin=25mm,tmargin=27mm,bmargin=30mm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[colorinlistoftodos,prependcaption]{todonotes}
%\usepackage[title]{appendix}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{subcaption}
\usepackage{caption}
\usepackage{float}
\usepackage{amsmath}
\usepackage{pdfpages}
\usepackage{csquotes}
\presetkeys%
{todonotes}%
{inline,backgroundcolor=yellow}{}
\input{docsetup.tex}
\input{meta.tex}
\begin{document}
%% PART 1
%%The title page will be automatically generated and added by the DAIM system
%\input{title.tex}
\input{dedication.tex} %% Generates page numbers before the chapters (roman numbers)
%% PART 2
\input{summary.tex} %% Optional
\input{sammendrag.tex} %% Optional
%\input{preface.tex} %% Optional
\input{list.tex} %% Generate TOC, list of tables, and list of figures automatically
\input{abbreviations.tex} %% Optional
%% PART 3 -- The Chapters
\input{chapter1.tex}
\input{chapter2.tex}
\input{chapter3.tex}
\input{chapter4.tex}
\input{chapter5.tex}
\input{chapter6.tex}
\input{chapter7.tex}
\input{chapter9.tex}
\input{chapterConclusion.tex}
%\input{chapter_dummy.tex}
%% PART 4
\input{references.tex} %% Edit your references in "mylib.bib"
\input{appendix.tex} %% Optional
\end{document}