diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-23 19:44:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-23 19:44:08 +0000 |
commit | 8f5a81ac9d125d8066238a975d5f958fdb4ac182 (patch) | |
tree | cd7ad7e234f94a4c6af76c07678de860ec894c7d /Master/texmf-dist/tex | |
parent | ca01412cea74957c871e91b0cd41d6d16deb5d56 (diff) |
easybook (23jun21)
git-svn-id: svn://tug.org/texlive/trunk@59685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index a0f5a0782a0..6057dd5085b 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/22}{1.26g}{beta} +\ProvidesExplPackage{easybase}{2021/06/23}{1.26h}{beta} \cs_generate_variant:Nn \eb_ctex_define:nn { nx } \cs_generate_variant:Nn \int_to_arabic:n { v } @@ -230,10 +230,10 @@ { expl3 } { 2020/10/27 }, { xparse } { 2020/10/27 }, { l3keys2e } { 2020/10/27 }, - { ctex } { 2021/03/14 }, { thmtools } { 2020/08/01 }, { caption } { 2020/08/24 }, - { siunitx } { 2021/05/17 } + { fancyhdr } { 2021/01/28 }, + { siunitx } { 2021/06/22 } } { \eb_package_later_bool:nn #1 } diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 0897e74b7ae..5f583a60557 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/22}{1.26g}{beta} +\ProvidesExplClass{easybook}{2021/06/23}{1.26h}{beta} \bool_set_false:N \l__eb_compile_draft_bool \bool_set_false:N \l__eb_title_newline_bool |