Added header comment for needed packets on Debian/Ubuntu
[ana-net.git] / doc / thesis / main.tex
blobb0f26126b0ffb85958e59594ddd1e141800deb10
1 %\documentclass[10pt,final,a4paper,twoside]{book}
2 %\documentclass[10pt,draft,a4paper,twoside,openright]{report}
3 %\documentclass[10pt,final,a4paper,twoside,openright]{report}
4 %\documentclass[10pt,a4paper,twoside]{report}
5 % Number title page as page one (notitlepage)
6 \documentclass[12pt,a4paper,twoside,notitlepage,openright]{report}
7 \input{preamble}
8 \begin{document}
9 \input{title}
10 \include{abstract}
11 \input{acknowledgements}
12 \include{contents}
13 \include{chapter}
14 \appendix
15 \renewcommand{\thepart}{\Alph{part}}
16 \renewcommand\bibname{References}
17 \bibliography{bibliography}
18 \include{appchapter}
19 \end{document}
21 % EOF