@@ -1687,10 +1687,10 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
1687
1687
%
1688
1688
% \begin{function}{info/keywords,info/keywords*}
1689
1689
% \begin{fdusyntax}[emph={[1]keywords,keywords*}]
1690
- % keywords = (*\marg{中文关键字 }*)
1691
- % keywords* = (*\marg{英文关键字 }*)
1690
+ % keywords = (*\marg{中文关键词 }*)
1691
+ % keywords* = (*\marg{英文关键词 }*)
1692
1692
% \end{fdusyntax}
1693
- % 关键字列表。各关键字之间需使用英文逗号隔开 。为防止歧义,
1693
+ % 关键词列表。各关键词之间需使用英文逗号隔开 。为防止歧义,
1694
1694
% 可以用分组括号“|{...}|”把各字段括起来。
1695
1695
% \end{function}
1696
1696
% ^^A! \begin{function}{info/keywords,info/keywords*}
@@ -1823,7 +1823,7 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
1823
1823
% ^^A! \end{function}
1824
1824
% ^^A!
1825
1825
%
1826
- % 摘要的最后,会显示关键字列表以及中图分类号 (CLC)或 JEL 分类号。这两项
1826
+ % 摘要的最后,会显示关键词列表以及中图分类号 (CLC)或 JEL 分类号。这两项
1827
1827
% 可通过 \cs{fdusetup} 录入,具体请参阅 \ref{subsubsec:信息录入}~节。
1828
1828
% ^^A! At the end of abstract (both Chinese and English, if available),
1829
1829
% ^^A! keywords list and CLC or JEL code will be shown. They can be
@@ -4600,7 +4600,7 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
4600
4600
% \end{macro}
4601
4601
%
4602
4602
% \begin{macro}{info/keywords,info/keywords*}
4603
- % 论文关键字 。
4603
+ % 论文关键词 。
4604
4604
% \begin{macrocode}
4605
4605
keywords .clist_set:N = \l _@@_info_keywords_clist,
4606
4606
keywords* .clist_set:N = \l _@@_info_keywords_en_clist,
@@ -5423,11 +5423,11 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
5423
5423
% \end{macrocode}
5424
5424
% \end{macro}
5425
5425
%
5426
- % \changes{v0.7d}{2019/03/28}{优化关键字列表的显示 。}
5426
+ % \changes{v0.7d}{2019/03/28}{优化关键词列表的显示 。}
5427
5427
% \changes{v0.8}{2021/12/22}{没有指定 CLC/JEL 分类号时不再显示。}
5428
5428
%
5429
5429
% \begin{macro}{\@@_abstract_end:}
5430
- % 摘要正文完成后,输出关键字列表和 CLC/JEL 分类号。
5430
+ % 摘要正文完成后,输出关键词列表和 CLC/JEL 分类号。
5431
5431
% \begin{macrocode}
5432
5432
% <*class>
5433
5433
\cs _new_protected:Npn \@@ _abstract_end:
@@ -5473,7 +5473,7 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
5473
5473
% \end{macro}
5474
5474
%
5475
5475
% \begin{macro}{\@@_keywords:nNn,\@@_keywords_prevdepth:,\@@_clc_jel:nn}
5476
- % 关键字列表前要空一行 ,使用悬挂缩进;分类号不缩进。\tn{parbox} 之后的间距
5476
+ % 关键词列表前要空一行 ,使用悬挂缩进;分类号不缩进。\tn{parbox} 之后的间距
5477
5477
% 需要调整,见 \url{https://tex.stackexchange.com/a/34982}。
5478
5478
% \begin{macrocode}
5479
5479
\cs _new_protected:Npn \@@ _keywords:nNn #1#2#3
@@ -6243,6 +6243,8 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
6243
6243
% \end{macrocode}
6244
6244
% \end{variable}
6245
6245
%
6246
+ % \changes{v0.9a}{2023/03/23}{“关键字”更改为“关键词”。}
6247
+ %
6246
6248
% 默认名称。注意空格是忽略掉的。
6247
6249
% \begin{macrocode}
6248
6250
\clist _map_inline:nn
@@ -6275,7 +6277,7 @@ Copyright (C) 2017–2023 by Xiangdong Zeng <
[email protected] >.
6275
6277
\clist _map_inline:nn
6276
6278
{
6277
6279
{ abstract } { 摘 \quad 要 } { Abstract },
6278
- { keywords } { 关键字 } { Keywords: },
6280
+ { keywords } { 关键词 } { Keywords: },
6279
6281
{ clc } { 中图分类号 } { CLC~ code: },
6280
6282
{ jel } { JEL 分类号 } { JEL~ code: },
6281
6283
{ notation } { 符号表 } { List~ of~ Symbols },
0 commit comments