25 Settembre 2007 alle 10:35
#17257
::
Salve a tutti, ho la necessità di eliminare le testatine prodotto da fanchy dalle pagine dell’indice. Per il sommario ho risolto con \thispagestyle{plain} prima di \include{sommario}; con l’indice non funziona.
Grazie
Questa è il comando utilizzato per generare le testatine:
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\rhead{\scshape\footnotesize\nouppercase{\rightmark}}
\lhead{\scshape\footnotesize\nouppercase{\leftmark}}
\cfoot{\thepage}
\renewcommand{\footrulewidth}{0.4pt}
`\begingroup
\pagestyle{plain}
\tableofcontents
\cleardoublepage
\endgroup`
Ciao
Enrico