23 lines
399 B
TeX
23 lines
399 B
TeX
\documentclass{thesis}
|
|
\usepackage{tikz}
|
|
\usepackage{pgfplots}
|
|
\usepackage{threeparttablex}
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
\input{setup.tex}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\mainmatter
|
|
\input{chapters/intro.tex}
|
|
\input{chapters/user.tex}
|
|
\input{chapters/corporation.tex}
|
|
\input{chapters/cloud.tex}
|
|
|
|
\bibliography{ref/refs}
|
|
|
|
\backmatter
|
|
\input{chapters/acknowledgements.tex}
|
|
\end{document} |