texlive[61898] Master/texmf-dist: easybook (5feb22)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 5 22:23:28 CET 2022


Revision: 61898
          http://tug.org/svn/texlive?view=revision&revision=61898
Author:   karl
Date:     2022-02-05 22:23:28 +0100 (Sat, 05 Feb 2022)
Log Message:
-----------
easybook (5feb22)

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-02-05 21:23:01 UTC (rev 61897)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2022-02-05 21:23:28 UTC (rev 61898)
@@ -21,8 +21,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK 使用手册,
-    version         = v1.62,
-    date            = 2022/02/04,
+    version         = v1.621,
+    date            = 2022/02/05,
     authors         = 瞿毅,
     info            = 排版简体中文学位论文和书籍,
     email           = q1jx at foxmail.com,
@@ -83,8 +83,8 @@
 \newsplitarg{\splitdarg}{(}{)}
 \newsplitarg{\splitmarg}{\{}{\}}
 % Separator with vertical bar as parameter
-\newcommand{\spemmeta}{\splitmeta[\code{|}]}
-\newsplitarg[\spemmeta]{\spemcoarg}{[}{]}
+\newcommand{\barmeta}{\splitmeta[\code{|}]}
+\newsplitarg[\barmeta]{\baroarg}{[}{]}
 \newcommand{\harg}{\textcolor{argument}{\code{-}}}
 % Remove default braces of values
 \RenewDocumentCommand{\key}{s}
@@ -773,7 +773,7 @@
 \end{commands}
 
 \begin{commands}
-  \command{markrule}[\oarg{长度}\darg{颜色名}\marg{线宽}\spemcoarg{上间距,下间距}]
+  \command{markrule}[\oarg{长度}\darg{颜色名}\marg{线宽}\baroarg{上间距,下间距}]
   实线命令 \cs{markrule} 既可在 \meta{横线命令} 中用于绘制页眉页脚横线,也可以在正文中使用。\meta{长度} 默认为页面文本区的宽度,上下间距为横线与上下方部件的间距,带有长度单位,上下间距之间用符号 \code{|} 分开,若只有一部分则表示 \meta{上间距}。下面举一个设置页眉内容的例子:
   \begin{ctexexam}
   \ebhdrset{headrule = \markrule(DarkOrchid){0.5pt}[2pt|2pt]}

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2022-02-05 21:23:01 UTC (rev 61897)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2022-02-05 21:23:28 UTC (rev 61898)
@@ -15,7 +15,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/04}{1.62}
+\ProvidesExplClass{easybook}{2022/02/05}{1.621}
   {Typeset Chinese theses or books}
 
 \bool_set_false:N \l__eb_compile_draft_bool
@@ -305,7 +305,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/04}{1.62}
+\ProvidesExplPackage{easybase}{2022/02/05}{1.621}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2332,7 +2332,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/04}{1.62}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/05}{1.621}
   {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-02-05 21:23:01 UTC (rev 61897)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2022-02-05 21:23:28 UTC (rev 61898)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/04}{1.62}
+\ProvidesExplPackage{easybase}{2022/02/05}{1.621}
   {Typeset 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-02-05 21:23:01 UTC (rev 61897)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2022-02-05 21:23:28 UTC (rev 61898)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/04}{1.62}
+\ProvidesExplClass{easybook}{2022/02/05}{1.621}
   {Typeset 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-02-05 21:23:01 UTC (rev 61897)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2022-02-05 21:23:28 UTC (rev 61898)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/04}{1.62}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/05}{1.621}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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