2020-10-24 19:54:08 +02:00
|
|
|
\documentclass[a4paper,twoside,10pt]{memoir}
|
2020-11-01 21:21:21 +01:00
|
|
|
\input{preamble}
|
2020-10-21 19:56:43 +02:00
|
|
|
|
2020-10-24 19:54:08 +02:00
|
|
|
\title{Manuale di Riferimento all'Italiano}
|
2020-10-21 19:56:43 +02:00
|
|
|
\author{Matteo Settenvini}
|
|
|
|
\date{\today}
|
|
|
|
|
|
|
|
\begin{document}
|
2020-11-01 21:21:21 +01:00
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
2020-10-21 19:56:43 +02:00
|
|
|
|
2020-11-01 21:21:21 +01:00
|
|
|
\input{fonetica}
|
|
|
|
\input{numeri}
|
|
|
|
\input{verbi}
|
|
|
|
\input{articoli}
|
2020-10-21 19:56:43 +02:00
|
|
|
|
2020-11-01 21:21:21 +01:00
|
|
|
\appendix
|
|
|
|
\input{eserciziario}
|
2020-10-21 19:56:43 +02:00
|
|
|
\end{document}
|