Re: inserire numero pagina abstract

#88319
Up
0
Down
::


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}`

Go to top