Re: Fancyhdr: intestazioni solo nelle pagine bianche

#20316
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Prova a mettere questo nel preambolo:
    `\makeatletter
    \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
    \hbox{}
    \vspace*{\fill}
    \vspace{\fill}
    \thispagestyle{empty}
    \newpage
    \if@twocolumn\hbox{}\newpage\fi\fi\fi}
    \makeatother

    \pagestyle{fancy}
    \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
    \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
    \fancyhf{}
    \fancyhead[LE,RO]{\scshape\thepage}
    \fancyhead[LO]{\bfseries\footnotesize\nouppercase{\rightmark}}
    \fancyhead[RE]{\bfseries\footnotesize\nouppercase{\leftmark}} `
    Ciao,
    L.

    Go to top