I am using LyX version 2.0.3. I have a main document with several child documents, the earlier ones chapters and the latter two appendices - all of them are of the 'Book' style. The appendices have a box around the whole document; this box is labelled 'Appendix'. At the start of the appendices is the heading; this is inside the box and is of the 'Chapter' level.
My problem is this: the appendix numbers are not being incremented in the table of contents: I have two appendix A ! I would expect appendix A and appendix B.
LyX ⇒ Appendix numbering not working in TOC with child documents
-
- Posts: 13
- Joined: Mon Jan 31, 2011 5:16 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 13
- Joined: Mon Jan 31, 2011 5:16 pm
Appendix numbering not working in TOC with child documents
I tried putting the heading (at chapter level) outside of the appendix box, but it caused problems.
I have solved the problem by inserting some TeX code at the start, e.g:
becomes Appendix A
It will work OK but its not a neat solution!
I have solved the problem by inserting some TeX code at the start, e.g:
Code: Select all
\setcounter{chapter}{0}
It will work OK but its not a neat solution!