Scusa se ti rompo ancora, ma per fare in modo che non sia tutto in maiiuscolo??
Ora mi viene scritto “Indice” e “Riferimenti bivliografici” correttamente nel corpo del testo, ma sugli header viene tutto in maiuscolo.Come fancy header ho questo:
`\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\fancypagestyle{plain}{
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}
`
Basta scrivere
`\fancyhead[LO]{\nouppercase{\bfseries\rightmark}}`
e analoghi. Pagina 9 del manuale di fancyhdr.
Ciao
Enrico