Add template latex

This commit is contained in:
Mariano Sciacco
2021-04-13 10:24:41 +02:00
parent 495d5a6172
commit 4b76e1a899
6 changed files with 184 additions and 0 deletions

BIN
res/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,3 @@
\section{Appendice}
ehw

View File

@@ -0,0 +1,2 @@
\section{Conclusione}

View File

@@ -0,0 +1,22 @@
\section{Introduzione}
\subsection{Abstract}
Hello world

29
res/sections_list.tex Normal file
View File

@@ -0,0 +1,29 @@
% ---------------------------
% Lista delle sezioni
% ---------------------------
% Figure e link
\newpage
\input{res/sections/figures}
% Start counting pages
\pagenumbering{arabic}
\clearpage
\setcounter{page}{1}
% Introduzione
\newpage
\input{res/sections/introduzione}
% Conclusione e sviluppi futuri
\input{res/sections/conclusione}
% Appendice
\newpage
\begin{appendices}
\input{res/sections/appendice}
\end{appendices}