diff options
author | Karl Berry <karl@freefriends.org> | 2024-07-10 20:43:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-07-10 20:43:42 +0000 |
commit | b4c21f4a31195d4ff922c6a3193b752afbf38393 (patch) | |
tree | 98cb4390561e11cb1b32379f8448c4f076a78734 /Master/texmf-dist/source | |
parent | 8108772683ab927a929304cf3324b11e333d9f93 (diff) |
easybook (10jul24)
git-svn-id: svn://tug.org/texlive/trunk@71765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.dtx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx index 4f7a85fc704..0436584b62e 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/07/06}{2024co} +\ProvidesExplClass{easybook}{2024/07/09}{2024cp} {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/07/06}{2024co} +\ProvidesExplPackage{easybase}{2024/07/09}{2024cp} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1316,7 +1316,7 @@ { \IfBooleanTF{##1} { - \use:c {#1}*{\phantomsection ##3} + \use:c {#1}*{##3} \CTEX@addtocline{#1}{##2} \tl_if_empty:oF {##4} { \CTEX@addbitocline{#1}{##4} } \use:c { #1mark }{##2} @@ -1384,6 +1384,7 @@ \bool_if:cTF { CTEX@#2@numbering } { \CTEX@ifnametrue } { \CTEX@ifnamefalse } + \CTEX@makeanchor{#2*} \addcontentsline{#1}{#2}{\use:c { CTEX@#2@tocline }{#2}{##1}} } } @@ -2664,7 +2665,7 @@ } %</package> %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/06}{2024co} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/09}{2024cp} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |