Shawn Koons wrote:
> 
> How can I eliminate a page number on the first page, use small case
> Roman numerals on the next few pages and start regular numbers on the
> main body of text.
> 
> I have a title page with a page break, then the TOC, then another page
> break, then the main body of text.
> 
> I would appreciate an answer that I could easily implement without
> scrolling through  the manual. (again, big time crunch) I apologize for
> not RTM at this point, but this paper is due very soon. After I
> graduate, I promise I will RTM before I post.

1. for bookstyle (the best way!)
all in tex(red)
as first line in your text
\frontmatter

behind the first chapter
\mainmatter

behind \appendix or something else
\backmatter

2. for article
as the very first line
\thispagestyle{empty}

on the next page
\renewcommand\thepage{\roman{page}}

on the main page
\renewcommand\thepage{\arabic{page}}

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/


Reply via email to