diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-11 16:41:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-11 16:41:24 +0000 |
commit | 2d23017bcbffbe70ef131143a0a6987cb6e2d9bc (patch) | |
tree | 55b668f83b31117b51712248da5fc575af253ef1 /Master/texmf-dist/tex | |
parent | f8b1cbc1449ba06de5f9aeefc824f4afc1a2b115 (diff) |
easybook (11jun21)
git-svn-id: svn://tug.org/texlive/trunk@59550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index 85488abb7dc..f13de7d6ac4 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/08}{1.25w}{beta} +\ProvidesExplPackage{easybase}{2021/06/09}{1.25x}{beta} \cs_generate_variant:Nn \eb_ctex_define:nn { nx } \cs_generate_variant:Nn \int_to_arabic:n { v } @@ -414,7 +414,7 @@ \geometry{showframe} } \tl_if_empty:NF \l_eb_graphics_path_tl - { \exp_args:No \graphicspath { \l_eb_graphics_path_tl } } + { \exp_args:NV \graphicspath \l_eb_graphics_path_tl } \cs_if_exist:NF \kaishu { \cs_gset_eq:NN \kaishu \itshape } } @@ -1326,8 +1326,8 @@ } \eb_at_end_preamble:n { - \exp_last_unbraced:No - \declaretheoremstyle { \c__eb_thmtools_keyval_tl }{easy-theorem} + \exp_last_unbraced:NV + \declaretheoremstyle \c__eb_thmtools_keyval_tl{easy-theorem} \eb_thmname_set:nnn { exercise } { Exercise } { 练习 } \cs_undefine:N \proof \clist_map_inline:nn @@ -1562,7 +1562,7 @@ { standard~jigsaw, nobeforeafter,tcbox~raise~base, - top = 1.25wt,bottom = 1.25wt,left = 1.25wt,right = 1.25wt, + top = 1.25xt,bottom = 1.25xt,left = 1.25xt,right = 1.25xt, boxrule = 0.75pt,arc = 1pt, colback = #1,opacityback = 0.12,colframe = #1,#3 }{#2} diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index b5b517f8726..1860ceb7faf 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/08}{1.25w}{beta} +\ProvidesExplClass{easybook}{2021/06/09}{1.25x}{beta} \bool_set_false:N \l__eb_compile_draft_bool \bool_set_false:N \l__eb_title_newline_bool @@ -75,7 +75,7 @@ config .tl_set:N = \g__eb_config_tl, unknown .code:n = - { \clist_gput_right:No \g__eb_options_clist { \CurrentOption } } + { \clist_gput_right:NV \g__eb_options_clist \CurrentOption } } \ProcessKeysOptions{easybook} |