22 lines
389 B
TeX
22 lines
389 B
TeX
\documentclass{thesis}
|
|
|
|
\input{setup.tex}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\mainmatter
|
|
\input{chapters/intro.tex}
|
|
\input{chapters/user.tex}
|
|
\input{chapters/corporation.tex}
|
|
\input{chapters/cloud.tex}
|
|
\input{chapters/ipv6-test.tex}
|
|
\input{chapters/summary.tex}
|
|
\input{chapters/F&Q.tex}
|
|
|
|
\bibliography{ref/refs}
|
|
|
|
\backmatter
|
|
\input{chapters/acknowledgements.tex}
|
|
\end{document} |