1
0

Add tables definition

This commit is contained in:
2026-07-18 13:43:45 +02:00
parent 25c9352a05
commit e5a60a93b5
+9
View File
@@ -89,6 +89,7 @@
\usepackage{makecell} \usepackage{makecell}
\usepackage{multirow} \usepackage{multirow}
\usepackage{float} \usepackage{float}
\usepackage{array}
% Formattazione titoli % Formattazione titoli
\usepackage{titlesec} \usepackage{titlesec}
@@ -227,6 +228,14 @@
\listofgraphs \listofgraphs
\addcontentsline{toc}{chapter}{Grafici} \addcontentsline{toc}{chapter}{Grafici}
% tabelle
\cleardoublepage
\phantomsection
\renewcommand{\lstlistingname}{Tabelle}
\renewcommand{\lstlistlistingname}{Tabelle}
\listoftables
\addcontentsline{toc}{chapter}{Tabelle}
% codice % codice
\cleardoublepage \cleardoublepage
\phantomsection \phantomsection