On Mon, Oct 22, 2001 at 10:33:06PM +0800, TAKUYA SUIZU wrote:
> I was hoping someone could help me out on a page numbering problem.  I'm 
> trying to number the first few "chapters" of, say, a thesis such as Abstract 
> and TOC using different numbering from the body. I want these sections to be 
> numbered by roman numerals, and the body to have different numbering with 
> normal numbers. That is:
> 
> i, ii, iii, iv, ..., for Abstract, TOC etc... then
> 1, 2, 3, 4, ..., for Intro, Background...

Correct solution is to use \*matter commands (available in book class
only). Something like this (\commands in LaTeX mode as ERT):

\frontmatter % should be the very first command in the document

        ... Introductory text, abstract, table of contents, list of
        figures, etc.
        (numbered by small roman numbers)

\mainmatter

        ... body of the book
        (numbered by arabic numbers)

\appendix

        ... appendices
        (chapters numbered with letters)

\backmatter

        ... the bibliography and index

You can use any of these commands or none.


        Happy LyXing!

                Matej Cepl

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Give your heartache to him. (1Pt 5,7; Mt 11:28-30)

Reply via email to