5 Luglio 2007 alle 19:51
#15833
::
Ciao a tutti, ho un documento così strutturato:
Vorrei che la pagina con scritto “Parte xxx” non venisse numerata. Ho provato con \thispagestyle{empty} ma non funaiona.Grazie,
L.
Ciao Lorenzo,
questo mi funziona
`
\makeatletter
\def\part{%
\if@openright
\cleardoublepage
\else
\clearpage
\fi
\thispagestyle{empty}%
\if@twocolumn
\onecolumn
\@tempswatrue
\else
\@tempswafalse
\fi
\null\vfil
\secdef\@part\@spart}
\makeatother`
Ciao,
Peppe
EDIT: invece di \def puoi mettere \renewcommand, che forse “è più giusto”.