diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-28 21:24:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-28 21:24:59 +0000 |
commit | 8ceba0ffd12421683bd9f0d693985b2c68a97c4a (patch) | |
tree | bb14ceec9d59344bfa487ae56a35227c51928bf1 /Master/texmf-dist/tex/latex/easybook | |
parent | 34de926953893f299e838118337bc7ac7cb3ae66 (diff) |
easybook (28jan24)
git-svn-id: svn://tug.org/texlive/trunk@69620 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 | 6 | ||||
-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, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index 948a59bda11..37b1c7229ce 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/23}{2024N} +\ProvidesExplPackage{easybase}{2024/01/28}{2024O} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -434,7 +434,9 @@ \geometry{showframe} } \bool_new:N \l__eb_ps_used_bool -\eb_appto_cmd:nn { pagestyle } { \bool_set_true:N \l__eb_ps_used_bool } +\NewHook{ps@end} +\AddToHook{ps@end}{\bool_set_true:N \l__eb_ps_used_bool} +\apptocmd{\pagestyle}{\UseOneTimeHook{ps@end}}{}{} \ctex_at_end_preamble:n { \bool_if:NF \l__eb_ps_used_bool { \pagestyle{fancy} } diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 6f1cd75db9e..fee864e247a 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/23}{2024N} +\ProvidesExplClass{easybook}{2024/01/28}{2024O} {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 eb89fd332dc..bc313d4d3fb 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/23}{2024N} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/01/28}{2024O} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |