summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-05 20:53:23 +0000
committerKarl Berry <karl@freefriends.org>2021-07-05 20:53:23 +0000
commit45c32d36a709e8f0eabbc11c09ef9c348e4aeae7 (patch)
tree2810f2bb1a51bd2c6144ef6000e6311ef27e0b48 /Master/texmf-dist/tex
parent3bd1591be47367d270fa88c89331fe5b3a1102fd (diff)
easybook (5jul21)
git-svn-id: svn://tug.org/texlive/trunk@59841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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.cfg18
3 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index fd648195f59..d8c8dc5774a 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -13,7 +13,7 @@
%% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2021/07/03}{1.26q}
+\ProvidesExplPackage{easybase}{2021/07/05}{1.26s}
{Typeset Chinese books or notes}
\cs_generate_variant:Nn \eb_ctex_define:nn { nx }
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 2e424c5d171..0050c95b6c3 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -13,7 +13,7 @@
%% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/07/03}{1.26q}
+\ProvidesExplClass{easybook}{2021/07/05}{1.26s}
{Typeset Chinese books or notes}
\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 131762fe4b1..386abf79dce 100644
--- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
+++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
@@ -11,7 +11,7 @@
%% conditions of the CC-BY 4.0 License.
%% The latest version of this license is in
%% https://creativecommons.org/licenses/by/4.0/legalcode
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/07/03}{1.26q}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/07/05}{1.26s}
{Customization of tcolorbox for easybook}
\cs_new_protected:Npn \eb_tcb_theorem_set:n #1
@@ -58,7 +58,13 @@
\newtcbox[auto~counter]{\eb@tc@exercise@box}[1]{tc-exercise,#1}
\tl_new:N \p@eb@exercise
\tl_new:N \eb@tc@list@prologue
-\tl_set:Nn \eb@tc@exercise@ifnametrue
+\cs_new:Npn \exerprologue #1 { \tl_gset:Nn \eb@tc@list@prologue {#1} }
+\cs_new:Npn \tcphanifname #1#2
+ {
+ \tl_gset:Nn \eb@tc@exercise@ifnametrue {#1}
+ \tl_gset:Nn \eb@tc@exercise@ifnamefalse {#2}
+ }
+\tcphanifname
{
\markright
{
@@ -70,13 +76,7 @@
\eb_tcb_toc_counter_numsep:n { section }
\eb@tc@exercise@title
}
- }
-\cs_new:Npn \exerprologue #1 { \tl_gset:Nn \eb@tc@list@prologue {#1} }
-\cs_new:Npn \tcphanifname #1#2
- {
- \tl_gset:Nn \eb@tc@exercise@ifnametrue {#1}
- \tl_gset:Nn \eb@tc@exercise@ifnamefalse {#2}
- }
+ }{}
\cs_set:Npn \eb_exercise_label_noempty_use:
{
\eb_current_label:n { eb@exercise }