summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/easybook/easybook.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-25 21:26:31 +0000
committerKarl Berry <karl@freefriends.org>2022-01-25 21:26:31 +0000
commitdd63b7f99ec73881c45f5b134afacb364a81bb30 (patch)
treeb31b7ee23ba76e2f07fa7213c7b6cf9a43ee9266 /Master/texmf-dist/tex/latex/easybook/easybook.cls
parent172629ae560882d56aa1229fdab5a844c6f1bf58 (diff)
easybook (25jan22)
git-svn-id: svn://tug.org/texlive/trunk@61739 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.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index c61a6a8143b..5f79c5e1de5 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}{2022/01/24}{1.51}
+\ProvidesExplClass{easybook}{2022/01/25}{1.52}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -42,9 +42,9 @@
font .value_required:n = true,
font .initial:n = auto,
cjkfont .code:n = \eb_put_ctexbook:n { fontset = #1 },
- paper .code:n = \PassOptionsToPackage{#1}{geometry},
mathfont .tl_set:N = \l__eb_mathfont_value_tl,
mathfont .initial:n = times,
+ paper .code:n = \PassOptionsToPackage{#1}{geometry},
class .choice:,
class .value_required:n = true,
class/book .code:n = { },
@@ -57,7 +57,7 @@
article .meta:n = { class = article },
config .clist_gset:N = \g__eb_config_file_clist,
floatpage .bool_set:N = \l__eb_float_page_bool,
- floatpage .default:n = true,
+ theorem .bool_set:N = \l__eb_theorem_support_bool,
unknown .code:n = \clist_gput_right:NV \g__eb_doc_options_clist \CurrentOption
}