diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-08 21:46:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-08 21:46:13 +0000 |
commit | 3aa55a0242706589989bedd8e31037f65bfb020e (patch) | |
tree | 62594c30fca8839b73e81ec626ab429df7a7e90a /Master/texmf-dist/tex/latex/easybook | |
parent | 6c97120fe03260761ded1988f52b1b546f1bd2c4 (diff) |
easybook (8jan24)
git-svn-id: svn://tug.org/texlive/trunk@69349 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 | 7 | ||||
-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, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index ff9208bb72e..53a5d29b553 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}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2024/01/07}{2024D} +\ProvidesExplPackage{easybase}{2024/01/08}{2024E} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -944,7 +944,7 @@ \use:c { p@#1 } { the#1 } } } -\NewDocumentCommand{\counteruse}{sO{arabic}D(){.}mod()} +\NewDocumentCommand{\counteruse}{sO{arabic}D(){.}mo} { \IfBooleanF{#1}{\stepcounter{#4}} \tl_set:cn { theeb-#4 } @@ -1593,9 +1593,8 @@ { \box_wd:N \l_tmpb_box + \l__eb_eqsymb_width_dim + - \l__eb_eqsymb_space_dim + \box_wd:N \l_tmpa_box + - \l__eb_eqsymb_space_dim + 2\l__eb_eqsymb_space_dim } } \NewDocumentEnvironment{eqcomp}{oD(){}+b} diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index eef6cf7150c..c4cb714f898 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -20,7 +20,7 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2024/01/07}{2024D} +\ProvidesExplClass{easybook}{2024/01/08}{2024E} {Easily typesetting Chinese theses or books} \bool_set_false: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 8589ff418ae..762ae14c91c 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/01/07}{2024D} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/01/08}{2024E} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |