summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-20 19:56:53 +0000
committerKarl Berry <karl@freefriends.org>2021-06-20 19:56:53 +0000
commit59f59ffea07a4bccccd50ec4e1255cae1740a1da (patch)
tree3062a467c9a5586cff5b631a5b064be90036e2b9 /Master/texmf-dist/tex/latex
parent2347cb3e8bc2c9276574d14461f4429c6b3c1bd4 (diff)
easybook (20jun21)
git-svn-id: svn://tug.org/texlive/trunk@59656 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty7
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls11
2 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index e155477afa3..ea56dd9fcdf 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -13,7 +13,7 @@
%% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2021/06/16}{1.26e}{beta}
+\ProvidesExplPackage{easybase}{2021/06/18}{1.26f}{beta}
\cs_generate_variant:Nn \eb_ctex_define:nn { nx }
\cs_generate_variant:Nn \int_to_arabic:n { v }
@@ -112,8 +112,6 @@
{ list = off } { bicaption },
{ many } { tcolorbox },
{ xindy } { imakeidx },
- { CJKmath } { xeCJK },
- { no-math } { fontspec },
{ upint } { newtxmath }
}
{ \PassOptionsToPackage #1 }
@@ -390,8 +388,7 @@
{
\bool_if:NTF \l__eb_mark_uppercase_bool
{ \eb@text@uppercase }
- { \eb@text@nouppercase }
- { \use:c { eb_fancyhf_#1_mark:n } {#2} }
+ { \eb@text@nouppercase }{\use:c { eb_fancyhf_#1_mark:n } {#2}}
}
\cs_new:Npn \eb@level@markdouble #1#2
{
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 3c82435193c..46cbd0415d8 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -13,7 +13,7 @@
%% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/06/16}{1.26e}{beta}
+\ProvidesExplClass{easybook}{2021/06/18}{1.26f}{beta}
\bool_set_false:N \l__eb_compile_draft_bool
\bool_set_false:N \l__eb_title_newline_bool
@@ -33,17 +33,17 @@
enmode .meta:n = { newline,scheme = plain },
font .choices:nn =
- { adobe,founder,mac,windows,none }
+ { adobe,fandol,mac,windows,none }
{ \eb_put_ctexbook:n { fontset = \l_keys_choice_tl } },
font/noto .code:n =
{
\bool_set_true:N \l__eb_font_noto_bool
\eb_put_ctexbook:n { fontset = none }
},
- font/overleaf .code:n = { },
- font/linux .code:n = \eb_put_ctexbook:n { fontset = ubuntu },
+ font/auto .code:n = { },
+ font/linux .code:n = \eb_put_ctexbook:n { fontset = ubuntu },
font .value_required:n = true,
- font .initial:n = overleaf,
+ font .initial:n = auto,
paper .choice:,
paper .value_required:n = true,
@@ -79,6 +79,7 @@
}
\ProcessKeysOptions{easybook}
+\PassOptionsToPackage{no-math,quiet,CJKmath}{xeCJK}
\eb_put_ctexbook:n { \g__eb_options_clist }
\LoadClass[UTF8]{ctexbook}