ElegantLaTeX / ElegantBook

Elegant LaTeX Template for Books
LaTeX Project Public License v1.3c
2.02k stars 395 forks source link

如果latex分章去写,从第7章开始就都以附录方式进行计数了 #219

Closed YellowPuppy closed 2 years ago

YellowPuppy commented 2 years ago

latex分章去写,从第7章开始就都以附录计数了,请问是什么问题呢?但是不分章的话,就不会有这个问题,但是写作起来会显得很笨重。求教各位大佬该怎么改cls文件呢?具体见下图: 1 2

syvshc commented 2 years ago

检查一下这些文件中有没有 \appendix 命令

YellowPuppy commented 2 years ago

检查一下这些文件中有没有 \appendix 命令

好的多谢!已经找到\appendix命令了,问题已解决。