18 lines
263 B
TeX
18 lines
263 B
TeX
\documentclass{thesis}
|
|
\input{setup.tex}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\frontmatter
|
|
\tableofcontents
|
|
|
|
\mainmatter
|
|
\input{chapters/intro.tex}
|
|
\input{chapters/about-ipv6.tex}
|
|
|
|
\bibliography{ref/refs}
|
|
|
|
\backmatter
|
|
\input{chapters/acknowledgements.tex}
|
|
\end{document} |