diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-06 22:01:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-06 22:01:14 +0000 |
commit | ea48be503eef5acc5392acc25370ca1390f6dd95 (patch) | |
tree | ed3d74d365eda6d2ff237602c755e39a75ca2df7 /Master/texmf-dist/tex/latex | |
parent | e210814aec71e5f19a2b9e7aefe5a638bfd2f6d4 (diff) |
easybook (6mar21) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2020.0@58175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index ab8310e6a37..29fce05d8af 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -9,7 +9,7 @@ %% https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/02/28}{1.23i}{} +\ProvidesExplClass{easybook}{2021/03/06}{1.23j}{} \cs_generate_variant:Nn \keys_define:nn {nx} \cs_generate_variant:Nn \int_to_arabic:n {v} @@ -213,22 +213,22 @@ \cs_new_protected:Npn \__set_zhfont_fangsong:nn #1#2 {\__set_family:nnn {fangsong}{#2}{#1}} -\tl_const:Nn \__option_zhfont: +\tl_const:Nn \__option_zhfont_tl {UprightFont = *,AutoFakeBold = 1.5,ItalicFont = *} \cs_new_protected:Npx \__setCJKmainfont:n #1 - {\__setCJKmainfont:nn {#1}{\__option_zhfont:}} + {\__setCJKmainfont:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__setCJKsansfont:n #1 - {\__setCJKsansfont:nn {#1}{\__option_zhfont:}} + {\__setCJKsansfont:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__setCJKmonofont:n #1 - {\__setCJKmonofont:nn {#1}{\__option_zhfont:}} + {\__setCJKmonofont:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__set_zhfont_songti:n #1 - {\__set_zhfont_songti:nn {#1}{\__option_zhfont:}} + {\__set_zhfont_songti:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__set_zhfont_heiti:n #1 - {\__set_zhfont_heiti:nn {#1}{\__option_zhfont:}} + {\__set_zhfont_heiti:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__set_zhfont_kaishu:n #1 - {\__set_zhfont_kaishu:nn {#1}{\__option_zhfont:}} + {\__set_zhfont_kaishu:nn {#1}{\__option_zhfont_tl}} \cs_new_protected:Npx \__set_zhfont_fangsong:n #1 - {\__set_zhfont_fangsong:nn {#1}{\__option_zhfont:}} + {\__set_zhfont_fangsong:nn {#1}{\__option_zhfont_tl}} \bool_if:NT \l__font_noto_bool { |