Re: aiuto con fancyhdr

#30476
Up
0
Down
::


Immagino che tu stia usando la classe book con l’opzione oneside.
Questo codice, da inserire nel preambolo, dovrebbe andare bene (non l’ho testato…)

`\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter}{}}
\rhead{}
\cfoot{}
\rfoot{\thepage}
\lhead{\leftmark} %oppure \chead{\leftmark}
\renewcommand{\headrulewidth}{0.3pt}
\fancypagestyle{plain}{%
\fancyhf{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}}`

Comunque nella documentazione di fancyhdr sono sicuro che queste cose sono spiegate 😉

Ciao ciao.
Fra

Go to top