texlive[64105] Master/texmf-dist: easybook (12aug22)

commits+karl at tug.org commits+karl at tug.org
Fri Aug 12 23:09:26 CEST 2022


Revision: 64105
          http://tug.org/svn/texlive?view=revision&revision=64105
Author:   karl
Date:     2022-08-12 23:09:26 +0200 (Fri, 12 Aug 2022)
Log Message:
-----------
easybook (12aug22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
    trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
    trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
    trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
    trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
    trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg

Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2022-08-12 21:09:11 UTC (rev 64104)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2022-08-12 21:09:26 UTC (rev 64105)
@@ -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 at 163.com,
@@ -132,11 +132,19 @@
 \newcounter{ctexexam}
 \define at 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}
+        \appto\FV at EndList{\nointerlineskip}
         \refstepcounter{ctexexam}\ctexexamlabelref
-        \appto\FV at EndList{\nointerlineskip}
       }
   }
 \makeatother\ExplSyntaxOff

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2022-08-12 21:09:11 UTC (rev 64104)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2022-08-12 21:09:26 UTC (rev 64105)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2022-08-12 21:09:11 UTC (rev 64104)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2022-08-12 21:09:26 UTC (rev 64105)
@@ -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 }

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2022-08-12 21:09:11 UTC (rev 64104)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2022-08-12 21:09:26 UTC (rev 64105)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2022-08-12 21:09:11 UTC (rev 64104)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2022-08-12 21:09:26 UTC (rev 64105)
@@ -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



More information about the tex-live-commits mailing list.