Remove from index
This commit is contained in:
@@ -214,27 +214,23 @@
|
||||
|
||||
% indice
|
||||
\tableofcontents
|
||||
\addcontentsline{toc}{chapter}{\contentsname}
|
||||
|
||||
% figure
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\renewcommand{\listfigurename}{Figure}
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
||||
|
||||
% grafici
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\listofgraphs
|
||||
\addcontentsline{toc}{chapter}{Grafici}
|
||||
|
||||
% tabelle
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\renewcommand{\listtablename}{Tabelle}
|
||||
\listoftables
|
||||
\addcontentsline{toc}{chapter}{Tabelle}
|
||||
|
||||
% codice
|
||||
\cleardoublepage
|
||||
@@ -242,13 +238,11 @@
|
||||
\renewcommand{\lstlistingname}{Codice}
|
||||
\renewcommand{\lstlistlistingname}{Codice}
|
||||
\lstlistoflistings
|
||||
\addcontentsline{toc}{chapter}{\lstlistlistingname}
|
||||
|
||||
% acronimi
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\chapter*{Acronimi}
|
||||
\addcontentsline{toc}{chapter}{Acronimi}
|
||||
\printacronyms[heading=none]
|
||||
|
||||
\clearpage
|
||||
|
||||
Reference in New Issue
Block a user