diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-30 22:51:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-30 22:51:41 +0000 |
commit | 6f7d67116e922a6dda38642c40d1518878719465 (patch) | |
tree | af71a11d88aa3d50e32455c3ff3866ee36cea186 /Master/texmf-dist/tex/latex/easybook/easybook.cls | |
parent | 3db90420d273ad61f150fb1d97effe23b6865108 (diff) |
easybook (30nov21)
git-svn-id: svn://tug.org/texlive/trunk@61192 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 7cae1be57f3..1e788a86a93 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -20,12 +20,12 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/11/28}{1.41B} +\ProvidesExplClass{easybook}{2021/11/29}{1.41C} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool \bool_set_false:N \l__eb_title_newline_bool -\bool_set_true:N \l__eb_class_book_bool +\bool_set_true:N \l__eb_class_mode_book_bool \tl_new:N \g__eb_config_tl \tl_new:N \l__eb_font_choice_tl \clist_new:N \g__eb_options_clist @@ -63,7 +63,7 @@ class/book .code:n = { }, class/article .code:n = { - \bool_set_false:N \l__eb_class_book_bool + \bool_set_false:N \l__eb_class_mode_book_bool \eb_put_ctexbook:n { oneside } }, book .meta:n = { class = book }, @@ -258,7 +258,7 @@ \ctex_set:n { secnumdepth = 3, - tocdepth = \bool_if:NTF \l__eb_class_book_bool { 1 } { 2 }, + tocdepth = \bool_if:NTF \l__eb_class_mode_book_bool { 1 } { 2 }, part = { pagestyle = empty, |