GeneralAppendix suddenly converts into Chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Andy_Bar
Posts: 1
Joined: Tue May 12, 2015 12:35 am

Appendix suddenly converts into Chapter

Post by Andy_Bar »

Hi,
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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Appendix suddenly converts into Chapter

Post by Johannes_B »

Hi and welcome Andy,

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
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply