1 Dicembre 2009 alle 9:03
#39790
::
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