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
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
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
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
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
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