-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project 1.tex
117 lines (81 loc) · 2.13 KB
/
Project 1.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
% !TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage{superstyle}
\begin{document}
\input{sections/FrontPage/FrontPage.tex}
\newpage
\section{Forord} % (fold)
\label{sec:forord}
\input{sections/Introduction/Introduction.tex}
\newpage
% section forord (end)
\section{Sammendrag} % (fold)
\label{sec:sammendrag}
\input{sections/Abstract/Abstract.tex}
\newpage
% section sammendrag (end)
%\section{Innholdsfortegnelse og figur- og tabelliste} % (fold)
\label{sec:innholdsfortegnelse_og_figur_og_tabelliste}
\renewcommand{\contentsname}{Innholdsfortegnelse og figur- og tabelliste}
\tableofcontents
\newpage
% section innholdsfortegnelse_og_figur_og_tabelliste (end)
\section{Teori og metode} % (fold)
\label{sec:teori}
\input{sections/Theory/Theory.tex}
\clearpage
\input{sections/Proof1/Proof1.tex}
\newpage
\input{sections/Proof2/Proof2.tex}
\newpage
% section teori (end)
%\section{Metode} % (fold)
%\label{sec:metode}
%\input{sections/Method/Metod.tex}
%\newpage
% section metode (end)
\section{Resultater} % (fold)
\label{sec:resultater}
\subsection{Oppgave 1} % (fold)
\label{sub:oppgave_1}
\input{sections/Exercise1/Exercise1.tex}
\newpage
% subsection oppgave_1 (end)
\subsection{Oppgave 2} % (fold)
\label{sub:oppgave_2}
\input{sections/Exercise2/Exercise2.tex}
\clearpage
%\newpage
% subsection oppgave_2 (end)
\subsection{Oppgave 3} % (fold)
\label{sub:oppgave_3}
\input{sections/Exercise3/Exercise3.tex}
\newpage
% subsection oppgave_3 (end)
\subsection{Oppgave 4} % (fold)
\label{sub:oppgave_4}
\input{sections/Exercise4/Exercise4.tex}
\newpage
% subsection oppgave_4 (end)
\subsection{Oppgave 5} % (fold)
\label{sub:oppgave_5}
\input{sections/Exercise5/Exercise5.tex}
\clearpage
%\newpage
% subsection oppgave_5 (end)
\subsection{Oppgave 6} % (fold)
\label{sub:oppgave_6}
\input{sections/Exercise6/Exercise6.tex}
\clearpage
%\newpage
% subsection oppgave_6 (end)
%section resultater (end)
\section{Konklusjon} % (fold)
\label{sec:konklusjon}
\input{sections/Conclusion/Conclusion.tex}
\newpage
% section konklusjon (end)
\newpage
\section{Referanseliste}
\input{sections/Bibliograph/Bibliography.tex}
\end{document}