Kristoffer From wrote:
> The important part is not having a 1 in front of Prologue and not having
> a 2 in front of chapter 1, but I'd also prefer not to have a page
> reference to part 1.
>
> I can do this through only using Chapter* and a lot of \contentsline,
> but that's both working against rather than with LyX and causes the
> chapters and headers not to look like I want them to look without even
> further tampering.

The only way without ERT, AFAICS, is with koma-book. There you can use the 
environment "Addchap"

With standard book, you have to use ERT, either, as you mentioned
using chapter* and
\addcontentsline{toc}{chapter}{Prologue}

or (better) use \frontmatter at the beginning of the doc and \mainmatter 
before Part 1. Chapters in frontmatter will not be numbered, the page 
numbering starts from 1 after mainmatter. The frontmatter pages will be 
numbered roman (i, ii etc.).

I don't know how to get rid of the page numbers.

Juergen.

Reply via email to