Would the \frontmatter be the way I'd place a copyright page on the back of the title page in a standard book? I know I could use Kona-script, but for aesthetic reasons I want to use the Book document class, but place a copyright on the back of the title page.
Thanks Steve On Tuesday 23 October 2001 12:19, Matej Cepl wrote: > 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
