We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
附录中公式编号中的字母应为大写
1.8.5版本中附录中的公式编号是小写形式,例如”(a-1)“,而附录的序号是大写字母,因此应当将其修改为“(A-1)”的形式与标题和目录保持一致
错误内容
“yanputhesis.cls”中第830行的错误
\renewcommand{\theequation}{\alph{chapter}-\arabic{equation}}
建议改为
\renewcommand{\theequation}{\Alph{chapter}-\arabic{equation}}
修改对比
修改前:
修改后:
图片和表格的编号也应当是大写,都修改为\Alph{chapter},会使全文统一。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
附录中公式编号中的字母应为大写
1.8.5版本中附录中的公式编号是小写形式,例如”(a-1)“,而附录的序号是大写字母,因此应当将其修改为“(A-1)”的形式与标题和目录保持一致
错误内容
“yanputhesis.cls”中第830行的错误
建议改为
修改对比
修改前:
修改后:
图片和表格的编号也应当是大写,都修改为\Alph{chapter},会使全文统一。
修改前:
修改后:
The text was updated successfully, but these errors were encountered: