26 Agosto 2013 alle 7:41
#88319
::
aggiungo il codice del mio main
`\setcounter{page}{1}
\tableofcontents
\phantomsection
\cleardoublepage
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\phantomsection
\cleardoublepage
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\phantomsection
\cleardoublepage
\addcontentsline{toc}{chapter}{\abstractname}
\begin{otherlanguage}{english}
\thispagestyle{plain}
\pagestyle{plain}
\include{./abstract/abstract_ita}
\end{otherlanguage}
\setcounter{page}{5}
\include{./parte1/parte1}
\pagebreak
\include{./parte2/parte2}
\pagebreak
\include{./conclusioni/conclusioni}
\pagebreak
\appendix
\include{./appendici/parte1/appendice1}`