]> git.uio.no Git - ifi-stolz-refaktor.git/blob - thesis/master-thesis-erlenkr.tex
Adding thesis directory to contain the LaTeX files for the essay
[ifi-stolz-refaktor.git] / thesis / master-thesis-erlenkr.tex
1 \documentclass[UKenglish]{cls/ifimaster}  %% ... or USenglish or norsk or nynorsk
2 \usepackage[latin1]{inputenc}         %% ... or utf8 or applemac
3 \usepackage[T1]{fontenc,url}
4 \urlstyle{sf}
5 \usepackage{babel,textcomp,csquotes,pck/ifimasterforside,varioref,graphicx}
6 \usepackage[backend=biber,style=numeric-comp]{biblatex}
7
8 \title{The title of my thesis}        %% ... or whatever
9 \subtitle{Any short subtitle}         %% ... if any
10 \author{Erlend Kristiansen}           %% ... or whoever 
11
12 \bibliography{bibliography/master-thesis-erlenkr-bibliography}                  %% ... or whatever
13
14 \begin{document}
15 \ififorside{}
16 \frontmatter{}
17 \maketitle{}
18
19
20 \chapter*{Abstract}
21 Empty document.
22
23 \tableofcontents{}
24 \listoffigures{}
25 \listoftables{}
26
27 \chapter*{Preface}
28
29 \mainmatter{}
30 \part{Introduction}
31
32 \chapter{Background}
33 Something \cite{refactoring, kerievsky2005, dp}.
34
35
36 % \part{The project}                    %% ... or ??
37
38 % \chapter{Planning the project}        %% ... or ??
39
40
41 % \part{Conclusion}                     %% ... or Konklusjon
42
43 % \chapter{Results}                     %% ... or ??
44
45
46 \backmatter{}
47 \printbibliography
48 \end{document}