report2/src/document.tex
changeset 0 1f575756e676
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/report2/src/document.tex	Fri Jun 04 13:54:27 2010 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +\input{header}
     1.5 +\makeindex
     1.6 +\begin{document}
     1.7 +%\frontmatter
     1.8 +\nocite{*}
     1.9 +%\begin{titlepage}
    1.10 +%\maketitle
    1.11 +\input{title}
    1.12 +%\mainmatter
    1.13 +\input{abstract}
    1.14 +%\end{titlepage}
    1.15 +
    1.16 +\tableofcontents
    1.17 +\input{intro}
    1.18 +
    1.19 +%\backmatter
    1.20 +\input{main}
    1.21 +\input{deduction}
    1.22 +\listoffigures
    1.23 +%\listoftables
    1.24 +\bibliography{references}
    1.25 +\appendix
    1.26 +\input{appendix}
    1.27 +
    1.28 +%\input{references}
    1.29 +\end{document}