master分支,如何在中英文摘要前添加论文标题? #1078
Answered
by
NemoYuan2008
JohnJackal
asked this question in
提问
-
如题,现有的模板编译后摘要页只有"摘要"、"Abstract",但我们专业硕博论文摘要都要再加上论文标题,想问该怎么做 |
Beta Was this translation helpful? Give feedback.
Answered by
NemoYuan2008
Dec 11, 2024
Replies: 1 comment 1 reply
-
目前 sjtuthesis 没有提供用户友好的方式来修改摘要标题,但你可以通过在导言区添加如下代码来做到: \expandafter\def\csname c__sjtu_name_abstract_zh_tl\endcsname{你想要的摘要标题}
\expandafter\def\csname c__sjtu_name_abstract_en_tl\endcsname{The Title of Abstract You Want} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JohnJackal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前 sjtuthesis 没有提供用户友好的方式来修改摘要标题,但你可以通过在导言区添加如下代码来做到: