Re: Chapter title without 'Chapter'

2006-09-15 Thread Juergen Spitzmueller
Richard Heck wrote: > Look at the titlesec or tocloft package. These allow easy customization > of this kind of thing. Or switch to the KOMA or memoir class, respectively. (In KOMA, to get roman instead of sans serif headings, use \setkomafont{sectioning}{\normalfont\bfseries} in the preamble) Jü

Re: Chapter title without 'Chapter'

2006-09-15 Thread learnlyx
On Fri, 15 Sep 2006 05:12:28 -0700 Richard Heck <[EMAIL PROTECTED]> wrote: >Look at the titlesec or tocloft package. These allow easy >customization >of this kind of thing. > Thanks for the idea. I am trying it out without much success. Here is my test Lyx file. It basically displays as usual:

Re: Chapter title without 'Chapter'

2006-09-15 Thread Richard Heck
Look at the titlesec or tocloft package. These allow easy customization of this kind of thing. [EMAIL PROTECTED] wrote: > I am writing a document as a book. I need to insert a Chapter but I > do not want the 'Chapter 5' (for example) to be printed at the top > of the first page of the chapter.

Chapter title without 'Chapter'

2006-09-14 Thread learnlyx
I am writing a document as a book. I need to insert a Chapter but I do not want the 'Chapter 5' (for example) to be printed at the top of the first page of the chapter. Instead, it should only print 'My Title' (instead of Chapter 6 My Title). Any suggestions appreciated. Bob Concerned abou