-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
executable file
·80 lines (57 loc) · 1.88 KB
/
thesis.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
\documentclass[12pt,a4paper,norsk]{uiothesis}
\usepackage[norsk]{babel}
\usepackage[section]{placeins}
\usepackage{pgfplots}
%\pgfplotsset{width=7cm,compat=1.8}
\usepackage{pgfplotstable}
\usepackage{pifont}
% Norwegian parskip
\setlength{\parindent}{0pt}
\nonzeroparskip
\usepackage{tabto}
\newenvironment{tabbedenum}[1]
{\NumTabs{#1}\inparaenum\let\latexitem\item
\def\item{\def\item{\tab\latexitem}\latexitem}}
{\endinparaenum}
\usepackage{minted}
\renewcommand\listingscaption{Kodesnutt}
\renewcommand\listoflistingscaption{Kodesnutter}
\author{Eivind Mikael Lindbråten}
\title{Test}
\begin{document}
\chapterstyle{uio} \pagestyle{uio} \maxsecnumdepth{subsection}
\maketitle
\frontmatter
\pagenumbering{alph} \pagenumbering{roman} \clearpage
\nocite{bringhurst1999elements} % Stilsett er basert på denne
\include{content/sammendrag} \cleardoublepage
\tableofcontents \clearpage
\listoffigures \clearpage
\listoftables \clearpage
\listoflistings
\include{content/forord}
\mainmatter
\include{content/introduksjon}
\part{Orddanning og orddeling}
\include{content/orddanning}
\include{content/regler_for_orddeling}
\include{content/metoder_for_automatisk_orddeling}
\include{content/problemer_med_automatisk_orddeling}
\include{content/tidligere_arbeid}
\include{content/tilgang_til_ordlister}
\part{Regelbasert automatisk orddeling}
\include{content/applikasjon}
\include{content/test_applikasjon}
\part{Oppsummering}
\include{content/konklusjon}
\bibliographystyle{plain}
\bibliography{bibliography/bibliography}
\appendix
\chapter{Hyphenator}
Filene til prosjektet Hyphenator, inkludert tester og orddelingslister, er fritt tilgjengelig med en GPLv3-lisens på Github.
\url{https://github.com/eivindml/Hyphenator}
% \addcontentsline{toc}{part}{\appendixtocname} \appendixpage*
% \begin{appendices}
%
% \end{appendices}
\end{document}