add edited english version

This commit is contained in:
Mariano Sciacco
2021-11-22 12:59:37 +01:00
parent 2bc5a1093f
commit dcc060f990
8 changed files with 39 additions and 63 deletions

21
sections_list.tex Normal file
View File

@@ -0,0 +1,21 @@
% ---------------------------
% 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}