latex模版目录没有摘要什么的怎么加嘞??? #1073
Answered
by
NemoYuan2008
wangduxing
asked this question in
提问
Replies: 1 comment 1 reply
|
将代码中 \begin{abstract*}[zh]
...
\end{abstract*}改为 \begin{abstract}[zh]
...
\end{abstract}即可。英文摘要同理。 |
1 reply
Answer selected by
AlexaraWu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


将代码中
改为
即可。英文摘要同理。