Re: pacchetto “fancyhdr”

#53557
Up
0
Down
::


Effettivamente mi rendo conto ora leggendo il tuo post, che avrei dovuto postare anche questa parte di codice che ho inserito nel mio file sempre seguendo l’esempio di cui nel mio primo post:

`
\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}
}
`

Dove devo modificare per ottenere quello che vorrei?
Ciao e grazie ancora
Davide

Go to top