On Tue, 2003-02-11 at 14:57, Marco Bauer wrote:
> I have an article with a titlepage and I don't want the pagenumber to
be shown 
> on the first page. So I put an ERT with \thispagestyle{empty} on top
of the 
> document. But the pagenumber is still there.

You are not supposed to have a titelpage in an article (you should use
report or book). So probably you have forced your titlepage with
\newpage. If you really want do do this, put \thispagestyle{empty} just
before \newpage in the ERT, not at the beginning of the document
(that is: not before or in title, author etc.). 

You will, of course, get number '2' as the page number of the first page
of your article. To get number '1', put \setcounter{page}{1} in an ERT
somewhere at the beginning of your first proper page of the article.

But do consider whether you have ever seen an article with a title
page...

John

-- 
John Mackenzie Owen <[EMAIL PROTECTED]>

Reply via email to