14 Settembre 2009 alle 20:35
#36839
::
Ciao
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%TESTATINE E PIE’ DI PAGINA
%\pagestyle{plain}
\makepagestyle{plain}
\makeevenhead{plain}{}{}{}
\makeoddhead{plain}{}{}{}
\makeevenfoot{plain}{\thepage}{}{}
\makeoddfoot{plain}{}{}{\thepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Prova così:
`
\makeevenhead{headings}{}{}{\slshape\leftmark}
\makeoddhead{headings}{\slshape\rightmark}{}{}
\makeevenfoot{headings}{\thepage}{}{}
\makeoddfoot{headings}{}{}{\thepage}
\makeevenfoot{plain}{\thepage}{}{}
\makeoddfoot{plain}{}{}{\thepage}
`
Se non vuoi il numero di pagina nella prima pagina del capitolo devi fare:
`
\aliaspagestyle{chapter}{empty}
`
Giacomo