diff options
author | Karl Berry <karl@freefriends.org> | 2024-08-16 21:32:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-08-16 21:32:20 +0000 |
commit | b0c1f3b5c4c4a5bf4f3a21a6b3beb1c3ac26166a (patch) | |
tree | 6380c2eff25518ced6244d3d21260d3548218b75 /Master/texmf-dist/tex/latex | |
parent | 6f2a6bdc450f1b5c1f525cba6a73da426256a11b (diff) |
easybook (16aug24)
git-svn-id: svn://tug.org/texlive/trunk@72046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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 2fdd6f8693b..5f18e679586 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/08/08}{2024di} +\ProvidesExplPackage{easybase}{2024/08/14}{2024dj} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -2532,10 +2532,9 @@ \let\footnotesize\small \let\footnoterule\relax \let\footnote\thanks - \null\vfil + \null\vfil\vskip 60\p@ } - {\null} - \vskip 60\p@ + {\null\vskip 20\p@} }, aftercode = { diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index ebd8aed8ddc..119b932f507 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/08/08}{2024di} +\ProvidesExplClass{easybook}{2024/08/14}{2024dj} {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 177743fc487..8cd8c256c88 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/08/08}{2024di} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/08/14}{2024dj} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |