Fix indexing for roman-numbered pages
This commit is contained in:
+34
-6
@@ -210,15 +210,43 @@
|
||||
\clearpage
|
||||
\pagenumbering{roman}
|
||||
|
||||
\tableofcontents % Genera l'Indice
|
||||
\renewcommand{\listfigurename}{Elenco delle Figure}
|
||||
\listoffigures % Genera la Lista delle Figure
|
||||
\renewcommand{\lstlistingname}{Codice}
|
||||
\renewcommand{\lstlistlistingname}{Elenco dei Codici}
|
||||
% indice
|
||||
\tableofcontents
|
||||
\addcontentsline{toc}{chapter}{\contentsname}
|
||||
|
||||
\lstlistoflistings % Genera la Lista dei Codici
|
||||
% figure
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\renewcommand{\listfigurename}{Figure}
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
||||
|
||||
% grafico
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\listofgraphs
|
||||
\addcontentsline{toc}{chapter}{Grafici}
|
||||
|
||||
% codice
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\renewcommand{\lstlistingname}{Codice}
|
||||
\renewcommand{\lstlistlistingname}{Codice}
|
||||
\lstlistoflistings
|
||||
\addcontentsline{toc}{chapter}{\lstlistlistingname}
|
||||
|
||||
% acronimi
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\chapter*{Acronimi}
|
||||
\addcontentsline{toc}{chapter}{Acronimi}
|
||||
\printacronyms[heading=none]
|
||||
|
||||
\clearpage
|
||||
\pagestyle{scrplain}
|
||||
\pagenumbering{arabic}
|
||||
\clearpage
|
||||
|
||||
\pagestyle{scrplain}
|
||||
\pagenumbering{arabic}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user