Re: Impostare le Testatinei

#39790
Up
0
Down
::

si, l’ordine è quello riportato. L’impostazione della tesi è Solo Fronte, non fronte-retro

E allora, che senso ha nel tuo codice distinguere fra pagine destre e sinistre?
`\makeatletter
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{%
\small\itshape % corsivo, corpo ridotto
\if@mainmatter % “Capitolo x” solo nel mainmatter
\chaptername\ \thechapter.
\fi
\nouppercase\leftmark}
\makeatother
\fancyhead[R]{\small\thepage}
\fancypagestyle{plain}{% pagine di inizio capitolo
\renewcommand{\headrulewidth}{0pt}%
\fancyhf{}\fancyfoot[C]{\small\thepage}}`
Ciao
Enrico

Go to top