summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin590981 -> 591334 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex23
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx6
-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.cfg2
6 files changed, 20 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index 3daa1a6648d..c5fece6af0e 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 ef0b16e0ba9..e20dc7f0ab0 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.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
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index e7d60873488..ee55f696dd8 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/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/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index dddb0b626a1..0b8738fe27c 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/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 }
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 04504ebbee9..059bdf9bf2d 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/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
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index 8e7d93641bb..cf90757195d 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/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