Re: Due abstract in lingue diverse nello stesso documento

#4987
Up
0
Down
::


Ciao Lapo,

grazie mille!
Funziona se non che….ho un altro problema 😳

Ho fatto così:
`
\pagenumbering{arabic}

\clearpage{\pagestyle{empty}\cleardoublepage}
\renewcommand{\thesection}{\arabic{section}}

\begin{abstract}
\markboth{Sommario}{Sommario}
\addcontentsline{toc}{chapter}{Sommario}

testo sommario

\end{abstract}

\clearpage{\pagestyle{empty}\cleardoublepage}

\selectlanguage{english}
\begin{abstract}
\markboth{Abstract}{Abstract}
\addcontentsline{toc}{chapter}{Abstract}

testo abstract

\end{abstract}%

\selectlanguage{italian}
`

Solo che quando vado a compilare il tutto nell’indice ho sia il Sommario che l’Abstract indicati a pagina 1, mentre l’Abstract è a pagina 1 e il Sommario a pagina… -1 !
`\pagenumbering{arabic}`
Lo uso in quanto in precedenza ho una numerazione romana.

Idee? ❓ 😳

Go to top