Re: [fancyhdr] Maiuscolo nelle testatine

#11488
Up
0
Down
::

Ti consiglio di rileggere il manuale di fancyhdr

Fatto… ho modificato il codice come segue:
`\pagestyle{fancy}
\renewcommand{\chaptermark}[1]
{\markboth{\nouppercase{ #1}}{\nouppercase{#1}}}
\renewcommand{\sectionmark}[1]
{\markright{\nouppercase{\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}
}`

ma ora ho il seguente errore di compilazione:
`./main.tex:94: Undefined control sequence.
…d \bbl@restore@actives \nouppercase
{ Introduzione}}
l.94 \chapter{Introduzione}`

Lo fa sul primo capitolo che trova… ho provato a modificare le graffe che racchiudono \nouppercase, ma nulla…

EDIT: Non avevo visto la risposta precedente… ora provo, grazie

Go to top