Files
latex-template-report/sections_list.tex
2021-11-22 12:59:37 +01:00

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}