Конец listoffigures в laTex

Вверху аннотации есть "ELENCO DELLE FIGURE", но я хочу, чтобы это закончилось на предыдущей странице.

ht tps://stackru.com/images/1befd210c3a03b3c9812ce81def8ab72a64778d4.png

\newpage
%\thispagestyle{plain}
\markboth{Indice}{Indice}
\tableofcontents
\listoffigures
%%\listoftables

\pagenumbering{arabic}
\input{abstract.tex}
\input{capitolo1.tex}
\input{capitolo2.tex}
\input{capitolo3.tex}
\input{capitolo4.tex}
\input{capitolo5.tex}
\input{capitolo6.tex}
\listoffigures

\newpage
\pagestyle{plain}


\bibliographystyle{plain}
\bibliography{references}

\input{ringraziamenti.tex}
\end{document}

Есть ли кто-нибудь, кто мог бы ответить на этот вопрос?

1 ответ

Чтобы изменить заголовок страницы с аннотацией, вы можете использовать тот же прием, что и для вашего индекса, и использовать \markboth{Abstract}{Abstract} перед рефератом:

\documentclass{book}

\begin{document}


\newpage
%\thispagestyle{plain}
\markboth{Indice}{Indice}
\tableofcontents
\listoffigures
%%\listoftables

\pagenumbering{arabic}

\clearpage
\markboth{Abstract}{Abstract}
code for your abstract

\end{document}
Другие вопросы по тегам