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/latex/easybook/easybook.cls | |
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/latex/easybook/easybook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 6 |
1 files changed, 1 insertions, 5 deletions
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, |