summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-28 20:46:38 +0000
committerKarl Berry <karl@freefriends.org>2021-11-28 20:46:38 +0000
commit36543888f20049755ff1258c51d01e97c484cd03 (patch)
tree878de796ce8f4a6ef321779804aec80fb73c12e0
parentd68f9c1b3d60027f2296203729eb512481259995 (diff)
easybook (28nov21)
git-svn-id: svn://tug.org/texlive/trunk@61178 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin582734 -> 582743 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex4
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx14
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg10
6 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index 1d1eee73471..9ef9511eaed 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 281642b4818..1289434785e 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -20,8 +20,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK 使用手册,
- version = v1.41,
- date = 2021/11/25,
+ version = v1.41A,
+ date = 2021/11/28,
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 ff8926d9699..2e13fa3db6a 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}{2021/11/25}{1.41}
+\ProvidesExplClass{easybook}{2021/11/28}{1.41A}
{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/25}{1.41}
+\ProvidesExplPackage{easybase}{2021/11/28}{1.41A}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2381,7 +2381,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/25}{1.41}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/28}{1.41A}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \setexercise #1
@@ -2541,9 +2541,11 @@
fuzzy~halo = 5pt~with~\eb@tc@background@color,
IfValueT = {#4}{#4},
phantom =
- \IfBooleanTF{#1}
- {\eb@tc@exercise@ifnamefalse}
- {\eb@tc@exercise@ifnametrue}
+ {
+ \IfBooleanTF{#1}
+ {\eb@tc@exercise@ifnamefalse}
+ {\eb@tc@exercise@ifnametrue}
+ }
}{
\IfBooleanF{#1}
{
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index 1b7bcc9ca4b..ab3ff40924b 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}{2021/11/25}{1.41}
+\ProvidesExplPackage{easybase}{2021/11/28}{1.41A}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 4eb1a96c84d..714c473b56c 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}{2021/11/25}{1.41}
+\ProvidesExplClass{easybook}{2021/11/28}{1.41A}
{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 2f526adf2fb..fb341f67a9d 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}{2021/11/25}{1.41}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/28}{1.41A}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \setexercise #1
@@ -178,9 +178,11 @@
fuzzy~halo = 5pt~with~\eb@tc@background@color,
IfValueT = {#4}{#4},
phantom =
- \IfBooleanTF{#1}
- {\eb@tc@exercise@ifnamefalse}
- {\eb@tc@exercise@ifnametrue}
+ {
+ \IfBooleanTF{#1}
+ {\eb@tc@exercise@ifnamefalse}
+ {\eb@tc@exercise@ifnametrue}
+ }
}{
\IfBooleanF{#1}
{