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
在设置finish=peerreview后,发现中文摘要最后的“关键词:”这一段发生了首行两个字符的缩进,请问如何解决? @rioxwang
finish=peerreview
The text was updated successfully, but these errors were encountered:
经过测试后发现,问题产生的原因可能是黑体字体的问题。通过将“关键字:”标签的字体使用\bf或者使用\textbf{}替换\hei即可解决问题。代码如下:
\bf
\textbf{}
\hei
{ \sihao[1.6] \par{ \CJKindent \song\bupt@meta@cabstract }\par \vspace{12bp} \setbox0=\hbox{\textbf{\bupt@label@ckeywords}} \noindent\hangindent\wd0\hangafter1\box0\bupt@meta@ckeywords }
Sorry, something went wrong.
请作者提交个pull request吧,确实是个bug
经过测试后发现,问题产生的原因可能是黑体字体的问题。通过将“关键字:”标签的字体使用\bf或者使用\textbf{}替换\hei即可解决问题。代码如下: { \sihao[1.6] \par{ \CJKindent \song\bupt@meta@cabstract }\par \vspace{12bp} \setbox0=\hbox{\textbf{\bupt@label@ckeywords}} \noindent\hangindent\wd0\hangafter1\box0\bupt@meta@ckeywords }
No branches or pull requests
在设置
finish=peerreview
后,发现中文摘要最后的“关键词:”这一段发生了首行两个字符的缩进,请问如何解决? @rioxwangThe text was updated successfully, but these errors were encountered: