-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
46 lines (34 loc) · 903 Bytes
/
Copy pathmain.tex
File metadata and controls
46 lines (34 loc) · 903 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
40
41
42
43
44
45
46
% Preamble
\input{preamble.tex}
% User settings
\InputIfFileExists{userprefs.tmp}{}{}
% Begin document
\begin{document}
\singlespacing
\pagestyle{empty} % Ingen sidetal (header og footer er tomme)
% Front page
\input{frontpage}
\cleardoublepage
% Reset pagestyle
\pagestyle{plain}
% Toc
\tableofcontents
\onehalfspacing
\newpage
% Rest of report
\include{Introduction/intro} % bemærk pagenumbering{arabic} og setcounter{page}{1} heri
\pagestyle{fancy} % Normal sidedesign med sidetal forneden (plain for at fjerne header, fancy for at vise)
%% End of the report (almost)
%% list of figures etc.
\include{references}
%% Appendix overview
%\include{appendixoverview}
%% Appendix
%\include{appendix}
%%%%% Til brug for print af figure/selve folduddiagrammerne til appendiks %%%%
% \newpage
% \mbox{}
% \pagestyle{empty}
% \newpage
% \include{appendiksfiles/appendiksprint}
\end{document}