summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-08-13 03:01:44 +0000
committerNorbert Preining <norbert@preining.info>2022-08-13 03:01:44 +0000
commitb229ca426d9d7fee0e3c48c58a00ffcf3da66cb0 (patch)
treed51dc1c05106c90f8b4c478a0617282527ab3937 /macros/latex/contrib/easybook
parent5b5d760e2de6105ab7ca8ab1327fc2ad36951328 (diff)
CTAN sync 202208130301
Diffstat (limited to 'macros/latex/contrib/easybook')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx6
-rw-r--r--macros/latex/contrib/easybook/easybook.pdfbin590981 -> 591334 bytes
-rw-r--r--macros/latex/contrib/easybook/easybook.tex23
3 files changed, 17 insertions, 12 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index e7d6087348..ee55f696dd 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/03}{1.69}
+\ProvidesExplClass{easybook}{2022/08/12}{1.70}
{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/03}{1.69}
+\ProvidesExplPackage{easybase}{2022/08/12}{1.70}
{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/03}{1.69}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/08/12}{1.70}
{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 3daa1a6648..c5fece6af0 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 ef0b16e0ba..e20dc7f0ab 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.69,
- date = 2022/08/03,
+ version = v1.70,
+ date = 2022/08/12,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi@163.com,
@@ -132,11 +132,19 @@
\newcounter{ctexexam}
\define@key{FV}{labelref}{\def\ctexexamlabelref{\label{#1}}}
\let\ctexexamlabelref\empty
+\fvset
+ {
+ formatcom = \xeCJKVerbAddon,
+ baselinestretch = 1.2,
+ gobble = 2,
+ fontsize = \small,
+ rulecolor = \color{Blue},
+ framerule = 0.5pt,
+ frame = single,
+ framesep = 10pt
+ }
\DefineVerbatimEnvironment{frameverb}{Verbatim}
{
- baselinestretch = 1.2,gobble = 2,fontsize = \small,
- rulecolor = \color{Blue},framerule = 0.5pt,
- frame = single,framesep = 10pt,
listparameters =
{
\setlength{\topsep}{\bigskipamount}
@@ -145,15 +153,12 @@
}
\DefineVerbatimEnvironment{ctexexam}{Verbatim}
{
- baselinestretch = 1.2,gobble = 2,fontsize = \small,
- rulecolor = \color{Blue},framerule = 0.5pt,
- frame = single,framesep = 10pt,
label = \rule{0pt}{12pt}\textnormal{\bfseries 例 \arabic{ctexexam}},
listparameters =
{
\setlength{\topsep}{\bigskipamount}
- \refstepcounter{ctexexam}\ctexexamlabelref
\appto\FV@EndList{\nointerlineskip}
+ \refstepcounter{ctexexam}\ctexexamlabelref
}
}
\makeatother\ExplSyntaxOff