Add template latex
This commit is contained in:
BIN
res/images/logo.png
Normal file
BIN
res/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
3
res/sections/appendice.tex
Normal file
3
res/sections/appendice.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\section{Appendice}
|
||||
|
||||
ehw
|
||||
2
res/sections/conclusione.tex
Normal file
2
res/sections/conclusione.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\section{Conclusione}
|
||||
|
||||
22
res/sections/introduzione.tex
Normal file
22
res/sections/introduzione.tex
Normal file
@@ -0,0 +1,22 @@
|
||||
\section{Introduzione}
|
||||
|
||||
\subsection{Abstract}
|
||||
|
||||
Hello world
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
29
res/sections_list.tex
Normal file
29
res/sections_list.tex
Normal 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}
|
||||
Reference in New Issue
Block a user