我有几个附录,每个附录都有多个表格。前两个附录标记为“附录 A”和“附录 B”。在某个时候,附录 B 中的表格将其名称更改为“表 2.1”,而不是“表 B.#”。然后下一个附录标记为“第 3 章”
该文件内容如下
\include{Chapter1}
\include{Chapter2}
\appendix
\include{appendix1}
\include{appendix2}
\include{appendix3}
\include{appendix4}
是什么原因造成此情况?