Re: Help with fancyhdr

2007-04-13 Thread LB
Sorry for this It was some other problem with page numbering not related to the header. Everything appears to work well now Thank you Leo Hello This is what I have done: 1. Everything before \appendix I left they way it was 2. I copied the LaTeX code that created fancy headers just after \app

Re: Help with fancyhdr

2007-04-13 Thread LB
Hello This is what I have done: 1. Everything before \appendix I left they way it was 2. I copied the LaTeX code that created fancy headers just after \appendix 3. I added \makeatletter just before this LaTeX code, changed \chaptername with [EMAIL PROTECTED], and added \makeatother right after t

Re: Help with fancyhdr

2007-04-12 Thread Richard Heck
It looks like in book.cls, anyway, you can replace \chaptername with [EMAIL PROTECTED] You will need to surround the code with \makeatletter YOUR CODE HERE \makeatother I think. You may also run into a problem if you have chapters after your appendix. If you do have a problem, just pu

Re: Help with fancyhdr

2007-04-12 Thread LB
Hello There is one problem with this solution that I just noticed. The header in Appendix A would say Chapter A. Is there a way to modify the coder to correct this? Thank you Leo LB wrote: Hello I have more of a latex question but I'm hoping that somebody would know the answer. I'm us

Re: Help with fancyhdr

2007-04-11 Thread LB
Thank you Richard. That worked well. Leo LB wrote: Hello I have more of a latex question but I'm hoping that somebody would know the answer. I'm using Lyx 1.4.3 on Windows XP. The document I'm writing is in Book class. I'm writing a large document with a few chapters, sections and appendi

Re: Help with fancyhdr

2007-04-11 Thread Richard Heck
LB wrote: > Hello > > I have more of a latex question but I'm hoping that somebody would > know the answer. > > I'm using Lyx 1.4.3 on Windows XP. The document I'm writing is in Book > class. > > I'm writing a large document with a few chapters, sections and > appendices. What I would like is to ha