hfbzthesis/main.tex

17 lines
305 B
TeX
Raw Normal View History

2024-08-13 13:25:46 +08:00
\documentclass{thesis}
\input{setup.tex}
\begin{document}
\maketitle
\tableofcontents
\mainmatter
\input{chapters/intro.tex}
\input{chapters/process.tex}
\input{chapters/frontend.tex}
\input{chapters/deploy.tex}
\input{chapters/test.tex}
\backmatter
\input{chapters/acknowledgements.tex}
\end{document}