diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-06 21:24:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-06 21:24:07 +0000 |
commit | 9a6d397894e5f0d70b0edc24fd487495957ed3f3 (patch) | |
tree | 3c25a49130b3a71f98b658800894b36a39684ae3 /Master/texmf-dist/tex | |
parent | 8a215a4751b40779704e0abbe4e1282a5e192ad2 (diff) |
easybook (6dec21)
git-svn-id: svn://tug.org/texlive/trunk@61234 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index b544fd9d3e8..5dfcdcf0f7d 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybase.sty +++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty @@ -20,7 +20,7 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2021/12/03}{1.41F} +\ProvidesExplPackage{easybase}{2021/12/06}{1.41H} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -130,12 +130,10 @@ floatpage .bool_set:N = \l__eb_float_page_bool, floatpage .default:n = true, floatpage .initial:n = false, - paper .choice:, paper .value_required:n = true, paper/unknown .code:n = \PassOptionsToPackage{#1}{geometry}, paper .initial:n = a4paper, - class .choice:, class .value_required:n = true, class/book .code:n = { }, @@ -286,7 +284,7 @@ withpart .default:n = true, withpart .initial:n = false, rulewidth .dim_set:N = \l__eb_rule_width_dim, - rulewidth .initial:n = 0.75pt, + rulewidth .initial:n = 0.6pt, uppercase .bool_set:N = \l__eb_mark_uppercase_bool, uppercase .default:n = true, uppercase .initial:n = true, diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 4fc4e87f00e..850af524e84 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -20,7 +20,7 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/12/03}{1.41F} +\ProvidesExplClass{easybook}{2021/12/06}{1.41H} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -38,7 +38,6 @@ newline .code:n = \bool_set_true:N \l__eb_title_newline_bool, scheme .code:n = \eb_put_ctexbook:n { scheme = #1 }, enmode .meta:n = { newline,scheme = plain }, - font .choices:nn = { noto,garamond,times,times*,libertine,palatino,auto } { \tl_set:Nn \l__eb_font_choice_tl {#1} }, @@ -53,11 +52,9 @@ { \tl_set:Nn \l__eb_mathfont_choice_tl {#1} }, mathfont .value_required:n = true, mathfont .initial:n = times, - paper .choice:, paper .value_required:n = true, paper/unknown .code:n = \PassOptionsToPackage{#1}{geometry}, - class .choice:, class .value_required:n = true, class/book .code:n = { }, @@ -68,7 +65,6 @@ }, book .meta:n = { class = book }, article .meta:n = { class = article }, - config .tl_set:N = \g__eb_config_tl, floatpage .bool_set:N = \l__eb_float_page_bool, floatpage .default:n = true, diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg index ebb6e931bac..ff57c884d0f 100644 --- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg +++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg @@ -18,7 +18,7 @@ %% LaTeX version 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. -\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/03}{1.41F} +\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/06}{1.41H} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \setexercise #1 |