Re: Problemi con la classe memoir

#36839
Up
0
Down
::


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

Go to top