22 lines
298 B
TeX
22 lines
298 B
TeX
|
|
% ---------------------------
|
|
% List of sections
|
|
% ---------------------------
|
|
|
|
% Start counting pages
|
|
\pagenumbering{arabic}
|
|
\clearpage
|
|
\setcounter{page}{1}
|
|
|
|
% Intro
|
|
\newpage
|
|
\input{sections/0-introduction}
|
|
|
|
% Appendix
|
|
\newpage
|
|
\begin{appendices}
|
|
|
|
\input{sections/appendix}
|
|
|
|
\end{appendices}
|