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
ustcthesis.pdf
在使用《研究生学位论文撰写手册》提供的新 \figurenote 命令时,发现其默认格式无法使图注居中显示。虽然论文模板中对此没有明确要求,但图注居左对齐的排版效果较差,影响美观。
\figurenote
截图:
修改建议:对 ustcthesis.cls的 \figurenote 定义作如下修改:
ustcthesis.cls
\newcommand\figurenote[1]{% \begingroup \par \setlength\parskip{6bp}% \ustc@figure@note@font \begin{center} % 添加 center 环境 \parbox{\linewidth}{\centering #1\par} % 让文本居中 \end{center} \endgroup }
The text was updated successfully, but these errors were encountered:
Shorter figure notes are centered (#414)
c9b2467
我在 c9b2467 改进了图注的格式:图注不足一行则居中,超过一行则两端对齐。
Sorry, something went wrong.
Shorter figure notes are centered (ustctug#414)
78d603f
No branches or pull requests
检查
ustcthesis.pdf
编译环境
问题描述
在使用《研究生学位论文撰写手册》提供的新
\figurenote
命令时,发现其默认格式无法使图注居中显示。虽然论文模板中对此没有明确要求,但图注居左对齐的排版效果较差,影响美观。截图:

修改建议:对
ustcthesis.cls
的\figurenote
定义作如下修改:The text was updated successfully, but these errors were encountered: