diff options
author | Karl Berry <karl@freefriends.org> | 2024-11-23 21:19:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-11-23 21:19:43 +0000 |
commit | 725e1a05dff0d8250935a3ed4c58de34fc621147 (patch) | |
tree | aea58ac28aed513832e08a07dbe79e0dc0f6072d /Master/texmf-dist/tex/latex/easybook | |
parent | 8afc3a5af94b4d7d901f49dfa0e78da23fbfa396 (diff) |
easybook (23nov24)
git-svn-id: svn://tug.org/texlive/trunk@72943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/easybook')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index 6281fe2f023..7fe5b19eb10 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybase.sty +++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty @@ -20,7 +20,7 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2021/11/15] \RequirePackage{etoolbox} -\ProvidesExplPackage{easybase}{2024/11/18}{2024hm} +\ProvidesExplPackage{easybase}{2024/11/23}{2024ho} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -2173,6 +2173,7 @@ { \addtocontents{loe}{\protect\addvspace{\skip_use:N \eb@thmt@loe@skip}} } } \def\thmtlo@chaptervspacehack{} + \def\thmt@mklistcmd{\thmtlo@newentry} \def\thmtname{\thmt@thmname} \def\thmtenvname{\thmt@envname} \def\thmtnote{\thmt@shortoptarg} diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index d5a09e6e767..8d1d9623391 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -19,7 +19,7 @@ %% %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2021/11/15] -\ProvidesExplClass{easybook}{2024/11/18}{2024hm} +\ProvidesExplClass{easybook}{2024/11/23}{2024ho} {Easily typesetting Chinese theses or books} \bool_new:N \l__eb_compile_draft_bool diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg index 1bcc384656c..554b545874d 100644 --- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg +++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg @@ -18,7 +18,7 @@ %% LaTeX version 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. -\ProvidesExplFile{eb-tcolorbox.cfg}{2024/11/18}{2024hm} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/11/23}{2024ho} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |