texlive[61367] Master/texmf-dist: easybook (21dec21)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 21 22:45:41 CET 2021


Revision: 61367
          http://tug.org/svn/texlive?view=revision&revision=61367
Author:   karl
Date:     2021-12-21 22:45:40 +0100 (Tue, 21 Dec 2021)
Log Message:
-----------
easybook (21dec21)

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	2021-12-21 21:44:13 UTC (rev 61366)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2021-12-21 21:45:40 UTC (rev 61367)
@@ -20,7 +20,7 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK 使用手册,
-    version         = v1.42,
+    version         = v1.42A,
     date            = 2021/12/20,
     authors         = 瞿毅,
     info            = 排版简体中文学位论文和书籍,
@@ -369,7 +369,7 @@
 关于这三个命令键值列表中共同的选项如下所示。如果 \option{vmove}、\option{hmove} 和 \option{cmd} 选项用于 \module*{style} 模块的全局设置,它们将根据前面最近一个命令的类型设定相应值。
 \begin{options}
   \keyval-{vmove}{刚性长度}\Default{0pt}
-  上标或下标的垂直偏移。如果是上下标命令使用则代表上标和上标间的垂直距离 \option{vsep}。
+  上标或下标的垂直偏移。如果是上下标命令使用则代表上标和上标间的额外垂直距离 \option{vsep}。
   \keyval-{hmove}{刚性长度}\Default{0pt}
   上标或下标的水平偏移。如果是上下标命令使用则代表上标和上标的共同偏移。
   \keyval-{cmd}{格式命令}\Default
@@ -480,7 +480,7 @@
   \kvsplit{spbcmd}{上标格式,下标格式}\Default
   上下标命令 \cs{supersub} 对应的上下标格式命令。以英文逗号分隔为前后两个部分分别设置上下标格式,也可以只有前部分,表示上标的格式。
   \keyval-{vsep}{刚性长度}\Default{0.6ex}
-  上下标命令 \cs{supersub} 对应的上下标垂直距离。
+  上下标命令 \cs{supersub} 对应的上下标额外垂直距离。
   \keychoice{halign}{l,c,r}\Default{l}
   上下标命令 \cs{supersub} 对应的上下标水平对齐方式,有左 \code{l}、居中 \code{c} 和右 \code{r} 三种对齐方式。
 \end{options}

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-12-21 21:44:13 UTC (rev 61366)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-12-21 21:45:40 UTC (rev 61367)
@@ -15,7 +15,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/12/20}{1.42}
+\ProvidesExplClass{easybook}{2021/12/20}{1.42A}
   {Typeset Chinese theses or books}
 
 \bool_set_false:N \l__eb_compile_draft_bool
@@ -307,7 +307,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/12/20}{1.42}
+\ProvidesExplPackage{easybase}{2021/12/20}{1.42A}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -405,6 +405,7 @@
 \cs_new_protected:Npn \eb_at_end_preamble:n
   { \BeforeBeginEnvironment{document} }
 \cs_gset_eq:NN \PackageWarning \PackageInfo
+\msg_redirect_module:nnn { hooks } { warning } { info }
 
 \bool_set_true:N \l__eb_class_mode_book_bool
 \bool_set_false:N \l__eb_compile_draft_bool
@@ -2430,7 +2431,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/20}{1.42}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/20}{1.42A}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \setexercise #1

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-12-21 21:44:13 UTC (rev 61366)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-12-21 21:45:40 UTC (rev 61367)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/12/20}{1.42}
+\ProvidesExplPackage{easybase}{2021/12/20}{1.42A}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -118,6 +118,7 @@
 \cs_new_protected:Npn \eb_at_end_preamble:n
   { \BeforeBeginEnvironment{document} }
 \cs_gset_eq:NN \PackageWarning \PackageInfo
+\msg_redirect_module:nnn { hooks } { warning } { info }
 
 \bool_set_true:N \l__eb_class_mode_book_bool
 \bool_set_false:N \l__eb_compile_draft_bool

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-12-21 21:44:13 UTC (rev 61366)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-12-21 21:45:40 UTC (rev 61367)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/12/20}{1.42}
+\ProvidesExplClass{easybook}{2021/12/20}{1.42A}
   {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	2021-12-21 21:44:13 UTC (rev 61366)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2021-12-21 21:45:40 UTC (rev 61367)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/20}{1.42}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/20}{1.42A}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \setexercise #1



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