diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-10 21:43:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-10 21:43:52 +0000 |
commit | 902b0dd27d14268465d37436e297acfa7726c9f3 (patch) | |
tree | f2acab994b57484e8dd10bf527d009cb26c99179 /Master/texmf-dist/source/latex/easybook | |
parent | d4edbf0ad9250220c8336a33c8026daaae58361f (diff) |
easybook (10dec24)
git-svn-id: svn://tug.org/texlive/trunk@73093 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 | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx index 3dbff5cf79e..8d9da7c3920 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/12/03}{2024hp} +\ProvidesExplClass{easybook}{2024/12/09}{2024hq} {Easily typesetting Chinese theses or books} \bool_new:N \l__eb_compile_draft_bool @@ -302,7 +302,7 @@ %</class> %<*package> \RequirePackage{etoolbox} -\ProvidesExplPackage{easybase}{2024/12/03}{2024hp} +\ProvidesExplPackage{easybase}{2024/12/09}{2024hq} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -749,7 +749,7 @@ { \quark_if_recursion_tail_stop:n {#1} \quark_if_recursion_tail_stop:n {#2} - { #1 + \int_use:N \c@footnote } {#2} + { #1 + \int_use:N \c@footnote } { \exp_not:n {#2} } \eb_fnt_map_symbols_list:nn } \cs_new_protected:Npn \SetFntSymbsList #1#2#3 @@ -772,7 +772,20 @@ \msg_new:nnn { easybase } { undefined-fntsymbol } { The~list~of~footnote~symbols~'#1'~isn't~defined. } \SetFntSymbsList{empty}{1}{} -\UseFntSymbsList{empty} +\SetFntSymbsList{fnsymbol}{10} + { + { 1 } { $*$ } + { 2 } { $\dagger$ } + { 3 } { $\ddagger$ } + { 4 } { $\mathsection$ } + { 5 } { $\mathparagraph$ } + { 6 } { $\|$ } + { 7 } { $**$ } + { 8 } { $\dagger\dagger$ } + { 9 } { $\ddagger\ddagger$ } + { 10 } { \@ctrerr } + } +\UseFntSymbsList{fnsymbol} \cs_set_eq:NN \DefineFntSymbols \SetFntSymbsList \cs_set_eq:NN \setfntsymbol \UseFntSymbsList \tl_new:N \l__eb_fnnormal_tmpa_tl @@ -2983,7 +2996,7 @@ } %</package> %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2024/12/03}{2024hp} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/12/09}{2024hq} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |