diff options
author | Karl Berry <karl@freefriends.org> | 2024-09-17 19:54:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-09-17 19:54:42 +0000 |
commit | 2b7fa2afa09200dd67f17c83242badd4bcc2d6a8 (patch) | |
tree | b4f1cccfd211011593b28d9e972db1181d156afb /Master/texmf-dist/source/latex/easybook | |
parent | c177eea422213a12f144c223fb81b054cc66c639 (diff) |
easybook (17sep24)
git-svn-id: svn://tug.org/texlive/trunk@72307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/easybook')
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.dtx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx index f8df9715f3e..1c833d2042a 100644 --- a/Master/texmf-dist/source/latex/easybook/easybook.dtx +++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx @@ -14,7 +14,7 @@ % This work has the LPPL maintenance status `maintained'. %<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15] %<*class> -\ProvidesExplClass{easybook}{2024/09/13}{2024dp} +\ProvidesExplClass{easybook}{2024/09/16}{2024dq} {Easily typesetting Chinese theses or books} \bool_new:N \l__eb_compile_draft_bool @@ -301,7 +301,7 @@ %</class> %<*package> \RequirePackage{etoolbox} -\ProvidesExplPackage{easybase}{2024/09/13}{2024dp} +\ProvidesExplPackage{easybase}{2024/09/16}{2024dq} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -964,7 +964,11 @@ \str_case:VnT \l__eb_fnt_parent_counter_tl { { part } { \counterwithin*{footnote}{part} } - { page } { \counterwithin*{footnote}{page} } + { page } + { + \RequirePackage{zref-perpage} + \zmakeperpage{footnote} + } } { \counterwithout*{footnote}{chapter} } } @@ -2846,7 +2850,7 @@ } %</package> %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/13}{2024dp} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/16}{2024dq} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |