General ⇒ Appendix suddenly converts into Chapter
Appendix suddenly converts into Chapter
I am compiling my dissertation and it has multiple appendices. In the main document I write:
\appendix
\include{appendix1}
\include{appendix2}
\include{appendix3}
\include{appendix4}
After a certain table in appendix 2, the numbering switches as it was a table belonging to a new chapter. From then on, the next appendix is labeled "Chapter".
Any clues on why this is happening?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Appendix suddenly converts into Chapter
there is most likely something in the files doing that. Look at the second file, inspect it closely while all the other stuff is commented. This is also called making a minimal working example. Once the document is minimal and you still have no clue what causes it, you can post the minimal example here and we will gladly help.
EDIT: Just noticed, that the same question was also posted at TeX.Stackexchange