diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-14 21:23:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-14 21:23:27 +0000 |
commit | 62e2d0b7f2ea75c2d38bffd1e756a05c9d770626 (patch) | |
tree | 7e52a528493ddfd835336f20c5ef823506c84dc8 /Master/texmf-dist/source | |
parent | 53d10a86e2e067f08854d71e5203581ef242388a (diff) |
easybook (14feb22)
git-svn-id: svn://tug.org/texlive/trunk@62024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.dtx | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx index 0e348a84ed7..52c34180555 100644 --- a/Master/texmf-dist/source/latex/easybook/easybook.dtx +++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx @@ -15,7 +15,7 @@ %<*class> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2022/02/13}{1.625} +\ProvidesExplClass{easybook}{2022/02/14}{1.626} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -303,7 +303,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2022/02/13}{1.625} +\ProvidesExplPackage{easybase}{2022/02/14}{1.626} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1027,16 +1027,25 @@ \cs_set_eq:NN \eb@makefntext@save \@makefntext \ctex_at_end_package:nn { footmisc } { - \notbool{FN@para} + \eb_package_date_check:nn { footmisc } { 2022/02/10 } + \notbool{FN@para}{\cs_set_eq:NN \@makefntext \eb@makefntext@save}{} + \ifboolexpr { - \cs_set_eq:NN \@makefntext \eb@makefntext@save - \msg_warning:nn { easybase } { footmisc } - }{} + bool {FN@hangfoot} or + bool {FN@perpage} or + bool {FN@robust} or + ( + notbool {FN@abovefloats} and + bool {FN@fixskip} and + test {\ifnumcomp{\FN@ORspacehandling}{=}{1}} + ) + } + {\msg_warning:nn { easybase } { footmisc }}{} } \msg_new:nnn { easybase } { footmisc } { It~is~not~recommended~that~you~use~the \\ - hang,~symbol,~marginal,~flushmargin~or~bottom \\ + hang,~symbol,~perpage,~marginal,~flushmargin~or~bottom \\ options~of~the~'footmisc'~package. } @@ -2261,7 +2270,7 @@ } %</package> %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/13}{1.625} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/14}{1.626} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |