diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-03 20:23:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-03 20:23:32 +0000 |
commit | 23d6bfdbd2861cbd9950350b8913561a39bc3f09 (patch) | |
tree | b0ac8256b6f50e73213771f46bb06fa9492131c8 /Master/texmf-dist/tex/latex/easybook | |
parent | aaa29eb6558fafd102d2d38c6a80602d1e2b7ff9 (diff) |
easybook (3may22)
git-svn-id: svn://tug.org/texlive/trunk@63217 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 | 12 | ||||
-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, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index b5025d83cd5..d972200369e 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}{2022/05/01}{1.682} +\ProvidesExplPackage{easybase}{2022/05/02}{1.683} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -790,6 +790,16 @@ \group_end: \H@@footnotemark } +\cs_set:Npn \@xfootnote [#1] + { + \group_begin: + \int_set:cn { c@\@mpfn } {#1} + \unrestored@protected@xdef\@thefnmark{\thempfn} + \unrestored@protected@xdef\@the@up@fnmark{\theupfootnote} + \group_end: + \@footnotemark + \@footnotetext + } \cs_set_protected:Npn \footnote { \peek_meaning:NTF [ diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index e82de446952..830bed9ae37 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}{2022/05/01}{1.682} +\ProvidesExplClass{easybook}{2022/05/02}{1.683} {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 9eb53259226..cf81850ab61 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}{2022/05/01}{1.682} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/02}{1.683} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |