Christian Ridderstr�m wrote:
> 
> Hi LyX-users
> 
> I'm writing a technical report, using the class: report.
> How can I remove the pagenumber from the 'Contents'-pages? (I've tried
> using \thispagestyle{empty}, but it doesn't work).

\thispagestyle{empty} works only for one page!

try \pagestyle{empty}

> Alternatively, how can I let the Contents-pages use roman numerals (I,
> II, III, ...) and the rest of the report arabic, starting with 1.

\pagenumbering{Roman}  for I,II,...
\pagenumbering{roman}  for i,i,...
\pagenumbering{arabic} 

the counter always starts at 1.

Herbert


-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss

Reply via email to