diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-22 21:08:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-22 21:08:43 +0000 |
commit | 5c8c35e4b0a6f9a69220d617c645a3fdaeeb7ddf (patch) | |
tree | d88e9306790e8e4f0291b4f261e4e837b4f9b967 /Master/texmf-dist/tex | |
parent | 362d5944c3f0e60a82a4ae0e1fc58b40198a14c4 (diff) |
easybook (22jun21)
git-svn-id: svn://tug.org/texlive/trunk@59675 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index ea56dd9fcdf..a0f5a0782a0 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybase.sty +++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty @@ -13,7 +13,7 @@ %% https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{etoolbox} -\ProvidesExplPackage{easybase}{2021/06/18}{1.26f}{beta} +\ProvidesExplPackage{easybase}{2021/06/22}{1.26g}{beta} \cs_generate_variant:Nn \eb_ctex_define:nn { nx } \cs_generate_variant:Nn \int_to_arabic:n { v } @@ -72,8 +72,8 @@ } } \cs_new_protected:Npn \eb_at_end_preamble:n - { \BeforeBeginEnvironment { document } } -\cs_gset_eq:NN \PackageWarning \use_none:nn + { \BeforeBeginEnvironment{document} } +\cs_gset_eq:NN \PackageWarning \PackageInfo \bool_if_exist:NF \l__eb_class_book_bool { \bool_set_true:N \l__eb_class_book_bool } @@ -1382,7 +1382,7 @@ \cs_gset:Npn \tagform@ #1 { \maketag@@@{\color{ctex@emph}(\ignorespaces #1\unskip\@@italiccorr)} } \ctex_at_end_package:nn { unicode-math } - { \msg_redirect_module:nnn { unicode-math } { warning } { none } } + { \msg_redirect_module:nnn { unicode-math } { warning } { info } } \keys_define:nn { eb/exercise } { diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 46cbd0415d8..0897e74b7ae 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -13,7 +13,7 @@ %% https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/06/18}{1.26f}{beta} +\ProvidesExplClass{easybook}{2021/06/22}{1.26g}{beta} \bool_set_false:N \l__eb_compile_draft_bool \bool_set_false:N \l__eb_title_newline_bool |