Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

中图分类号与JEL classification number #192

Closed
plong511 opened this issue Mar 13, 2021 · 2 comments
Closed

中图分类号与JEL classification number #192

plong511 opened this issue Mar 13, 2021 · 2 comments

Comments

@plong511
Copy link

中文关键词底下对应的是中图分类号,英文关键词底下对应的应该是JEL classification number,这两个的分类体系是不一样的,目前的模板只有一个输入,是否有办法解决呢?

@stone-zeng
Copy link
Owner

导言区加上(放在 \fdusetup 之前):

\ExplSyntaxOn
\tl_new:N  \l__fdu_info_jel_tl
\keys_define:nn { fdu / info }
  { jel .tl_set:N = \l__fdu_info_jel_tl }
\cs_set_protected:Npn \__fdu_abstract_en_end:
  {
    \__fdu_keywords:nNn
      { \bfseries \c__fdu_name_keywords_en_tl \__fdu_quad: }
      \l__fdu_info_keywords_en_clist { ; ~ }
    \__fdu_clc:nn
      { \bfseries \c__fdu_name_jel_tl \__fdu_quad: }
      { \l__fdu_info_jel_tl }
  }

% 这里根据实际修改,注意空格要用 ~ 代替
\tl_const:Nn \c__fdu_name_jel_tl { JEL~Classification~Code: }
\ExplSyntaxOff

然后

\fdusetup{
  ...
  info = {
    ...
    clc = {...},
    jel = {...},
  }
}

@stone-zeng
Copy link
Owner

这个考虑加进模板,所以本 issue 请不要关。

@stone-zeng stone-zeng added this to the v0.8 milestone Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants