diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-01 20:54:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-01 20:54:54 +0000 |
commit | be6d32c25d029fcd17acc913bbeb7fe5cbf5564e (patch) | |
tree | 4af8edff0c0e4e3846298a9a77a495acf4722cd9 /Master/texmf-dist/tex/latex | |
parent | 07aa058b14ebce75c62403ffaf453284d51fd1d3 (diff) |
easybook (1jan25)
git-svn-id: svn://tug.org/texlive/trunk@73264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index ff5fefec1df..cb73a31959d 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/12/26}{2024last} +\ProvidesExplPackage{easybase}{2025/01/01}{2025a} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1767,7 +1767,7 @@ \group_begin: \tl_set_eq:NN \eb@toc@title \indexname \cs_set_eq:NN \imki@indexlevel \use_none:n - \IfValueT{#3}{\keys_set:nn { eb/tocouter } {#3}} + \eb_toc_kv_set:nn { idx } {#3} \cs_set_protected:Npn \imki@indexheaders { \eb_toc_title_level_cmd:n {#1} @@ -2353,7 +2353,7 @@ { \group_begin: \tl_set_eq:NN \eb@toc@title \bibname - \IfValueT{##3}{ \keys_set:nn { eb/tocouter } {##3} } + \eb_toc_kv_set:nn { bbl } {##3} \cs_set_protected:Npn \bibsection { \eb_toc_title_level_cmd:n {##1} diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 50c963152d0..ba7f69b79f6 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/12/26}{2024last} +\ProvidesExplClass{easybook}{2025/01/01}{2025a} {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 381eefe5a07..3c87370b1c0 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/12/26}{2024last} +\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/01}{2025a} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |