diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-02 19:41:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-02 19:41:58 +0000 |
commit | da45d4818a55aa91e68a5763330b17fd0ba1c3f1 (patch) | |
tree | aab21136343cd383c700cebd99a97e6d453b4dc4 /Master/texmf-dist/tex/latex | |
parent | 9600df9e8890a2281239a7f75b18bbab00298ffc (diff) |
easybook (2may22)
git-svn-id: svn://tug.org/texlive/trunk@63208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 7 | ||||
-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, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index abc228232c4..b5025d83cd5 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/04/24}{1.68} +\ProvidesExplPackage{easybase}{2022/05/01}{1.682} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -213,7 +213,7 @@ \LoadPackage { - spbmark[both]+ + spbmark[text]+ ulem[normalem]+ enumitem[shortlabels,inline]+ chemformula+siunitx+pifont+ @@ -859,7 +859,8 @@ { \cs_set:Npn \@makefnmark { \hbox:n {#1} } } \cs_new_protected:Npn \defdownfntmark #1 { \cs_set:Npn \eb@makefnmark { \hbox:n {#1} } } -\cs_new:Npn \notminipage { \tl_if_eq:NnTF \@mpfn { footnote } } +\cs_new_protected:Npn \notminipage + { \tl_if_eq:NnTF \@mpfn { footnote } } \defupfntmark { \eb_fnmate_format_initial: diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 056bc21d43a..e82de446952 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/04/24}{1.68} +\ProvidesExplClass{easybook}{2022/05/01}{1.682} {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 d0f6757e1ba..9eb53259226 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/04/24}{1.68} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/01}{1.682} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |