::
Sto impazzendo per trovare una soluzione… che non trovo!
Ho impostato l’header di un documento copiando pari-pari dalla
documentazione di fancyheader:
`
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#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}}`
Però, e non capisco perchè, l’indice, la bibliografia e l’indice delle
figure hanno l’header tutto MAIUSCOLO, anche se i titoli di queste parti di
documento risultano minuscoli dappertutto. Qualcuno sa come risolvere il
problema?