Skip to content
Snippets Groups Projects
Commit 761e8ef6 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

style: 摘要格式更正

parent 7bc9c7fc
No related branches found
Tags v0.10.0
No related merge requests found
......@@ -33,6 +33,7 @@
% degree = ug|mg|mf|phd, % 学位类型,默认为本科
% type = thesis|design, % 文档类型,默认为毕业论文
% nlcover = true|false, % 是否需要国家图书馆封面,默认关闭
% orig-decl = true|false, % 是否需要诚信承诺书或原创性声明,默认关闭
%
% 建议定稿前一直开启草稿模式以提升编译速度
% draft = true|false, % 是否开启草稿模式,默认关闭
......
......@@ -3601,11 +3601,11 @@ through XeTeX.
% 中文摘要环境。
% \begin{macrocode}
\NewDocumentEnvironment{abstract} { +b }
{
\newpage
{
\cleardoublepage
\@@_abs_bookmark:n { }
\use:c { @@_make_abs_ \l_@@_info_diploma_tl :nn } { } { : }
\group_begin: \normalfont \zihao { -4 } #1
\group_begin: \kaishu \zihao { -4 } #1
}
{ \@@_print_keywords:nn { } { ; } \group_end: }
% \end{macrocode}
......@@ -3615,11 +3615,11 @@ through XeTeX.
% 英文摘要环境。\pkg{xparse} 目前不支持合并带有星号的环境,因此需要单独定义。
% \begin{macrocode}
\NewDocumentEnvironment{abstract*} { +b }
{
\newpage
{
\cleardoublepage
\@@_abs_bookmark:n { _en }
\use:c { @@_make_abs_ \l_@@_info_diploma_tl :nn } { _en } { :~ }
\group_begin: \normalfont \zihao{ -4 } #1
\group_begin: \kaishu \zihao{ -4 } #1
}
{ \@@_print_keywords:nn { _en } { ;~ } \group_end: }
% \end{macrocode}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment