summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-25 22:14:50 +0000
committerKarl Berry <karl@freefriends.org>2022-02-25 22:14:50 +0000
commit14ec7176b0d89057ad30f97fb597cb9873d2dc03 (patch)
tree8466cd12cd160d9fb7728da93bf1c065a68fcc65 /Master
parent7ad11d496d8b859868ec23586cb099b6b48eb9b4 (diff)
easybook (25feb22)
git-svn-id: svn://tug.org/texlive/trunk@62177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin578300 -> 578301 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex4
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty4
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg2
6 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index c68e4085094..77f9802048c 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.pdf
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.tex b/Master/texmf-dist/doc/latex/easybook/easybook.tex
index d40797754d6..26e858b92e2 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -21,8 +21,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v1.631,
- date = 2022/02/22,
+ version = v1.632,
+ date = 2022/02/25,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index 37b1cb57a13..682a69138bf 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/22}{1.631}
+\ProvidesExplClass{easybook}{2022/02/25}{1.632}
{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/22}{1.631}
+\ProvidesExplPackage{easybase}{2022/02/25}{1.632}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1038,7 +1038,7 @@
(
notbool {FN@abovefloats} and
bool {FN@fixskip} and
- test {\ifnumcomp{\FN@ORspacehandling}{=}{1}}
+ test {\ifnumcomp{\FN@bottomcases}{=}{1}}
)
}
{\msg_warning:nn { easybase } { footmisc }}{}
@@ -2272,7 +2272,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/22}{1.631}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/25}{1.632}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index 32d8d8a72e9..8f506d4f94b 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/02/22}{1.631}
+\ProvidesExplPackage{easybase}{2022/02/25}{1.632}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -755,7 +755,7 @@
(
notbool {FN@abovefloats} and
bool {FN@fixskip} and
- test {\ifnumcomp{\FN@ORspacehandling}{=}{1}}
+ test {\ifnumcomp{\FN@bottomcases}{=}{1}}
)
}
{\msg_warning:nn { easybase } { footmisc }}{}
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 05322fc25ad..b234876be97 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/02/22}{1.631}
+\ProvidesExplClass{easybook}{2022/02/25}{1.632}
{Typeset 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 e0149b300a1..db61a11d574 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/02/22}{1.631}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/25}{1.632}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2