il codice precedente, relativo a TableOfContents è il seguente
`% Table of Contents
%*******************************************************
%\phantomsection
\refstepcounter{dummy}
\pdfbookmark[1]{\contentsname}{tableofcontents}
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC \setcounter{secnumdepth}{3} % <-- 3 numbers ufrontmatterp to subsubsections \manualmark \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}} \tableofcontents \automark[section]{chapter} \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}} \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} %******************************************************* \clearpage` ho provato con [quote]\addcontentsline{toc}{chapter}{Introduzione}
ma questo comando aggiunge solo la voce “Introduzione” (scritta anceh con un differente stile) nell’indice, ma il titolo in alto alle pagine dell’introduzione reta ‘lista delle figure’ o qlcs di simile…
Scusate per la fretta ma devo consegnare tra due giorni e non ho molto tempo di studiare la teoria di LaTex 😉[/quote]
Mi pare che
`\clearpage
\pagestyle{scrheadings}
\phantomsection
\addcontentsline{toc}{chapter}{\spacedlowsmallcaps{Introduzione}}
\chapter*{Introduzione}
\chaptermark{Introduzione}
Questa è l'introduzione.`
faccia esattamente quello che chiedi.
Ciao
Enrico