-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththesis.tex
83 lines (67 loc) · 1.71 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
81
82
83
% Jan Stoess <[email protected]>
% Simon Kellner <[email protected]>
% Konrad Miller <[email protected]>
%
\documentclass[12pt, a4paper]{book}
\usepackage{graphicx}
\usepackage{chngpage}
\usepackage{xspace,ifthen,epsfig}
\usepackage{cite}
\usepackage{color}
\usepackage{fancybox}
%\usepackage{pdfpages}
\usepackage{setspace}
\usepackage{subfigure}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{ltxtable}
\usepackage{times}
\usepackage{url}
\usepackage{listings}
\usepackage{amsmath}
\usepackage[american,ngerman]{babel}
\usepackage[ansinew]{inputenc}
\usepackage{fancyhdr}
\usepackage{styles/kitthesiscover}
\usepackage[%dvipdfm,
pdfauthor={Jan Stoess},
pdftitle={System Support for Distributed Energy Management in Modular Operating Systems},
pdfsubject={PhD Thesis},
pdfkeywords={Operating Systems, Microkernels, Energy Management, Component-Based Systems}
]{hyperref}
\bibliographystyle{styles/plain}
%\raggedbottom
\newcommand{\todo}[1]{{\texttt{[#1]}}}
\newcommand{\code}[1]{{\tt \small{#1}}}
\newcommand{\evenindent}[2]{\ifodd #1 \else \hspace*{#2} \fi}
\begin{document}
\frontmatter
\unitlength1cm
\input{thesis_title}
\input{declaration}
\chapter{Abstract}
\chapter{Acknowledgments}
\mainmatter
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
\chapter{Introduction}
\label{sec:intro}
\cite{mach87ulvm}
\chapter{Related Work}
\label{sec:bgrelwork}
\chapter{Design}
\label{sec:design}
\chapter{Implementation}
\label{sec:implementation}
\chapter{Evaluation}
\label{sec:evaluation}
\chapter{Conclusion}
\label{sec:conclusion}
\backmatter
%\chapter{Bibliography}
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{thesis}
\end{document}