Skip to content
New issue

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

[BUG]附录中公式编号中的字母应为大写 #119

Open
georgenwpu opened this issue Feb 20, 2024 · 0 comments
Open

[BUG]附录中公式编号中的字母应为大写 #119

georgenwpu opened this issue Feb 20, 2024 · 0 comments

Comments

@georgenwpu
Copy link

georgenwpu commented Feb 20, 2024

附录中公式编号中的字母应为大写

1.8.5版本中附录中的公式编号是小写形式,例如”(a-1)“,而附录的序号是大写字母,因此应当将其修改为“(A-1)”的形式与标题和目录保持一致

错误内容

“yanputhesis.cls”中第830行的错误

    \renewcommand{\theequation}{\alph{chapter}-\arabic{equation}}

建议改为

    \renewcommand{\theequation}{\Alph{chapter}-\arabic{equation}}

修改对比

修改前:
image

修改后:
image

图片和表格的编号也应当是大写,都修改为\Alph{chapter},会使全文统一。

修改前:
屏幕截图 2024-03-07 101130

修改后:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant