>>>>> "Nico" == Nico Beuermann <[EMAIL PROTECTED]> writes:
Nico> Jean-Marc Lasgouttes wrote:
>>
Nico> Hello, using the article class with my thesis, now i've noticed
Nico> the difficulty to create a seperate titlepage without page
Nico> numbering. To seperate the title the pagebreak command works,
Nico> but the paging is wrong. What can i do? Is there any helpful
Nico> LaTex thing?
>> Try to add 'titlepage' in the Extra Option field of
Layout-> Document. This should put your title in a page by itself. You
>> might not like the result for a thesis, though.
>>
>> JMarc
Nico> Thank you! That works for the very first page, but i want to
Nico> include a quotation as the only thing on the second page and
Nico> don't want to have it numbered. Is that possible?
Add the statement
\thispagestyle{empty}
marked as TeX at the beginning of your page.
JMarc