Skip to content

Commit

Permalink
参考文献中,作者首字母大写
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro-Lee committed Jan 1, 2024
1 parent 1e15a6e commit 222c249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions YNUthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
{ \__YNU_set_family:nnn { YNU@kai } {#2} {#1} }
\cs_new_protected:Npn \YNU@kai
{ \__YNU_switch_family:n { YNU@kai } }
\cs_new_protected:Npn \__YNU_set_cjk_font_xingkai:nn #1#2
\cs_new_protected:Npn \__YNU_set_cjk_font_xingkai:nn #1#2
{ \__YNU_set_family:nnn { YNU@xingkai } {#2} {#1} }
\cs_new_protected:Npn \YNU@xingkai
{ \__YNU_switch_family:n { YNU@xingkai } }
Expand Down Expand Up @@ -1675,7 +1675,7 @@
}
{ \__YNU_chapter:V \listtablename }
\NewDocumentEnvironment { abstract } { }
{ \__YNU_abstract_begin: } { \__YNU_abstract_end: }
{ \__YNU_abstract_begin: } { \__YNU_abstract_end: }
\NewDocumentEnvironment { abstract* } { }
{ \__YNU_abstract_en_begin: } { \__YNU_abstract_en_end: }
\cs_new_protected:Npn \__YNU_abstract_begin:
Expand Down Expand Up @@ -1827,7 +1827,7 @@
{
\cs_undefine:N \addbibresource
\clist_new:N \l__YNU_biblatex_options_clist
\clist_put_right:Nn \l__YNU_biblatex_options_clist { hyperref = manual }
\clist_put_right:Nn \l__YNU_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase }
\clist_put_right:Nx \l__YNU_biblatex_options_clist
{
style =
Expand Down
6 changes: 3 additions & 3 deletions YNUthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
\cs_new_protected:Npn \YNU@kai
{ \@@_switch_family:n { YNU@kai } }
% 行楷
\cs_new_protected:Npn \@@_set_cjk_font_xingkai:nn #1#2
\cs_new_protected:Npn \@@_set_cjk_font_xingkai:nn #1#2
{ \@@_set_family:nnn { YNU@xingkai } {#2} {#1} }
\cs_new_protected:Npn \YNU@xingkai
{ \@@_switch_family:n { YNU@xingkai } }
Expand Down Expand Up @@ -3245,7 +3245,7 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
% 摘要环境。在中文模板定义了中英文双语摘要,但在英文模板中则没有定义中文摘要。
% \begin{macrocode}
\NewDocumentEnvironment { abstract } { }
{ \@@_abstract_begin: } { \@@_abstract_end: }
{ \@@_abstract_begin: } { \@@_abstract_end: }
\NewDocumentEnvironment { abstract* } { }
{ \@@_abstract_en_begin: } { \@@_abstract_en_end: }
% \end{macrocode}
Expand Down Expand Up @@ -3541,7 +3541,7 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
{
\cs_undefine:N \addbibresource
\clist_new:N \l_@@_biblatex_options_clist
\clist_put_right:Nn \l_@@_biblatex_options_clist { hyperref = manual }
\clist_put_right:Nn \l_@@_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase }
% \end{macrocode}
% 参考文献样式。
% \begin{macrocode}
Expand Down

0 comments on commit 222c249

Please sign in to comment.