summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-15 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2022-02-15 03:01:03 +0000
commitf53e32586563f8905b64242c461f777360059e2e (patch)
tree197cc9b11100c7c9023d91b0462d7bd3aa3e50af /macros/latex/contrib/easybook
parent01b69c78ff33854f7f28149e8167cb4219fcb416 (diff)
CTAN sync 202202150301
Diffstat (limited to 'macros/latex/contrib/easybook')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx25
-rw-r--r--macros/latex/contrib/easybook/easybook.pdfbin578140 -> 578143 bytes
-rw-r--r--macros/latex/contrib/easybook/easybook.tex6
3 files changed, 20 insertions, 11 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 0e348a84ed..52c3418055 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}{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
diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf
index a1d8867b06..c58bf2d8aa 100644
--- a/macros/latex/contrib/easybook/easybook.pdf
+++ b/macros/latex/contrib/easybook/easybook.pdf
Binary files differ
diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex
index 55f6bfda13..8dfe779fa2 100644
--- a/macros/latex/contrib/easybook/easybook.tex
+++ b/macros/latex/contrib/easybook/easybook.tex
@@ -21,8 +21,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK 使用手册,
- version = v1.625,
- date = 2022/02/13,
+ version = v1.626,
+ date = 2022/02/14,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
@@ -1277,7 +1277,7 @@
\item 文档类移除预置的定理环境,改为由用户自行定义环境。
\item 考虑到功能性和实用性不强弃用摘要环境 \env*{outline} 和习题环境 \env*{exercise}。
\end{version}
- \begin{version}[v = 1.625,date = 2022/02/13]
+ \begin{version}[v = 1.626,date = 2022/02/14]
\added
\item 增加目录条目下方执行的代码选项 \option{tocbelow}。
\changed