Nico Beuermann wrote:
> 
> 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.

> Thank you!
> That works for the very first page, but i want to include a quotation as
> the only thing on the second page and don't want to have it numbered.
> Is that possible?

hope, this helps:

-----------begin-----------
the first title with the paragraph-style "title"
\pagebreak\pagestyle{empty} % No heading
\huge
a second title with any paragraph-style, because style "title"
don't work twice
\normalsize
\pagebreak\pagestyle{headings}\pagenumbering{arabic}
--- Text---
--------------end-----------

the first \pagebreak is only nessecary for the styles with no pagebreak
after the title, e.g. the article-style.

Herbert

-- 
[EMAIL PROTECTED]
http://www.canisius.de/

Reply via email to