summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/easybook/easybook.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/easybook/easybook.cls')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls6
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,