Hi Nagy,

Nagy Gabor schrieb:
If there is a title, it seems there must be a page number always. Probably
I should hack the environment, but I don't know enough for that, so it
seems the number will remain.

Put the following verbatim in the LaTeX Preamble (Format -> Document -> Preamble):

\let\OLDmaketitle=\maketitle
\def\maketitle{\OLDmaketitle\thispagestyle{empty}}

This should get you rid of the page number.

Yours,
Karsten

Reply via email to