summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook/easybook.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/easybook/easybook.dtx')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx19
1 files changed, 14 insertions, 5 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 4d5a690443..b156504f3f 100644
--- a/macros/latex/contrib/easybook/easybook.dtx
+++ b/macros/latex/contrib/easybook/easybook.dtx
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/11/16}{1.40R}
+\ProvidesExplClass{easybook}{2021/11/19}{1.40S}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -325,7 +325,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/11/16}{1.40R}
+\ProvidesExplPackage{easybase}{2021/11/19}{1.40S}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1032,8 +1032,17 @@
\cs_set_eq:NN \eb@makefntext \@makefntext
\ctex_at_end_package:nn { footmisc }
{
- \@ifpackagewith{footmisc}{hang}
- {\cs_set_eq:NN \@makefntext \eb@makefntext}{}
+ \notbool{FN@para}
+ {
+ \cs_set_eq:NN \@makefntext \eb@makefntext
+ \msg_warning:nn { easybase } { footmisc }
+ }{}
+ }
+\msg_new:nnn { easybase } { footmisc }
+ {
+ It~is~not~recommended~that~you~use~the \\
+ hang,~symbol,~marginal,~flushmargin~and~bottom \\
+ options~of~the~footmisc~package.
}
\cs_set_protected:Npn \footref #1
@@ -2393,7 +2402,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/16}{1.40R}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/19}{1.40S}
{Customization of tcolorbox for easybook}
\tl_gset:Nn \eb@tc@line@skip { 0.5\baselineskip }