summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook/easybook.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-16 03:02:53 +0000
committerNorbert Preining <norbert@preining.info>2022-10-16 03:02:53 +0000
commit84ccc4dcda9db6735202d4ed21610de28392e708 (patch)
tree5572dd71e0688f59f52d89e22864ae162c88d365 /macros/latex/contrib/easybook/easybook.dtx
parent716f66d13d38e113c2d0491804fae5879de67bb3 (diff)
CTAN sync 202210160302
Diffstat (limited to 'macros/latex/contrib/easybook/easybook.dtx')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx34
1 files changed, 17 insertions, 17 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index ee55f696dd..fa2ddd5abe 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/08/12}{1.70}
+\ProvidesExplClass{easybook}{2022/10/15}{1.71}
{Easily typesetting 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/08/12}{1.70}
+\ProvidesExplPackage{easybase}{2022/10/15}{1.71}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2333,7 +2333,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/08/12}{1.70}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/10/15}{1.71}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
@@ -2343,7 +2343,7 @@
\cs_new_protected:Npn \tcbappstyle
{ \@ifstar{\deftcbstyle}{\addtotcbstyle} }
-\deftcbstyle{tc-easybox}
+\deftcbstyle{tc-easyboxi}
{
enhanced~jigsaw,
center~title,
@@ -2355,7 +2355,7 @@
titlerule = 0pt,
beforeafter~skip = 0.5\baselineskip
}
-\deftcbstyle{tc-ebparbox}
+\deftcbstyle{tc-easyboxii}
{
enhanced~jigsaw,
frame~hidden,boxrule = 0pt,
@@ -2363,8 +2363,8 @@
middle = 0.5\baselineskip,bottomtitle = 0.5\baselineskip,
beforeafter~skip = 0.5\baselineskip
}
-\deftcbstyle{tc-ebemph}{on~line,blank}
-\deftcbstyle{tc-ebfbox}
+\deftcbstyle{tc-eboxi}{on~line,blank}
+\deftcbstyle{tc-eboxii}
{
standard~jigsaw,on~line,
top = 3pt,bottom = 3pt,left = 3pt,right = 3pt,
@@ -2381,14 +2381,14 @@
boxrule = 0.5pt
}
-\DeclareTColorBox{easybox}{sO{LemonChiffon}d()O{}}
+\DeclareTColorBox{easyboxi}{sO{LemonChiffon}d()O{}}
{
IfBooleanF = {#1}{frame~hidden,boxrule = 0pt},
IfValueT = {#3}{title = #3},
colback = #2,colbacktitle = #2,
- tc-easybox,#4
+ tc-easyboxi,#4
}
-\DeclareTColorBox{ebparbox}{sO{RoyalBlue}D(){}O{}}
+\DeclareTColorBox{easyboxii}{sO{RoyalBlue}D(){}O{}}
{
borderline~west = {3pt}{0pt}{#2},
IfBooleanTF = {#1}
@@ -2405,16 +2405,16 @@
right = 8pt
},
title = #3,coltitle = #2,
- tc-ebparbox,#4
+ tc-easyboxii,#4
}
-\DeclareTotalTCBox{\ebfbox}{O{Green}mO{}}
+\DeclareTotalTCBox{\eboxi}{O{Yellow}mO{}}
{
- colback = #1,colframe = #1,
- tc-ebfbox,#3
+ fuzzy~halo = 2pt~with~#1,
+ tc-eboxi,#3
}{#2}
-\DeclareTotalTCBox{\ebemph}{O{Yellow}mO{}}
+\DeclareTotalTCBox{\eboxii}{O{Green}mO{}}
{
- fuzzy~halo = 2pt~with~#1,
- tc-ebemph,#3
+ colback = #1,colframe = #1,
+ tc-eboxii,#3
}{#2}
%</tcolorbox> \ No newline at end of file