texlive[59685] Master/texmf-dist: easybook (23jun21)

commits+karl at tug.org commits+karl at tug.org
Wed Jun 23 21:44:09 CEST 2021


Revision: 59685
          http://tug.org/svn/texlive?view=revision&revision=59685
Author:   karl
Date:     2021-06-23 21:44:08 +0200 (Wed, 23 Jun 2021)
Log Message:
-----------
easybook (23jun21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
    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

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

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-06-23 19:43:54 UTC (rev 59684)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-06-23 19:44:08 UTC (rev 59685)
@@ -28,7 +28,7 @@
 %
 % \title{\sffamily easybook 文档类手册}
 % \author{瞿毅}
-% \date{2021/06/22\hskip\ccwd\relax v1.26g\thanks{\url{https://gitee.com/texl3/easybook}}}
+% \date{2021/06/23\hskip\ccwd\relax v1.26h\thanks{\url{https://gitee.com/texl3/easybook}}}
 %
 % \maketitle
 % \begin{abstract}
@@ -157,7 +157,7 @@
 %   floatpage = <true|(false)>
 % \end{syntax}
 % 开启这个选项后浮动环境 \env{table} 和 \env{figure} 的比例参数会使用默认值,关闭它则尽可能避免出现浮动页,使图表环境与正文段落更加紧凑,减少多余的空白版面。
-% \changes{v1.26g}{2021/06/15}{增加浮动环境比例参数选项 \opt{floatpage}。}
+% \changes{v1.26h}{2021/06/15}{增加浮动环境比例参数选项 \opt{floatpage}。}
 % \end{function}
 %
 % \subsection{article 模式}
@@ -239,7 +239,7 @@
 %   \tn{EBeforeAddBitoc*}\marg{加入目录英文标题前的代码}
 % \end{syntax}
 % \tn{appendix} 命令后的章节标题变为附录形式。英文目录中附录标题的格式用可选参数修改,英文附录目录前名字默认为 Appendix\tn{space},后名字默认为空,名字之间用一个半角逗号分开,也可以只有一部分,表示英文附录目录前名字。英文附录目录数字输出命令默认为 \tn{Alph}\{chapter\}。
-% \changes{v1.26g}{2021/06/13}{增加调整英文目录格式的钩子 \tn{EBeforeAddBitoc}。}
+% \changes{v1.26h}{2021/06/13}{增加调整英文目录格式的钩子 \tn{EBeforeAddBitoc}。}
 % \end{function}
 %
 % \tn{EBeforeAddBitoc} 是一个作用于局部范围的英文目录钩子,可以插入标题或目录设置的命令改变英文目录中标题的显示格式,也可以覆盖上述的目录前后名字和编号等设置,带有星号的命令会重置之前的代码,放置在导言区或 \tn{bichapter} 等命令前生效。
@@ -482,7 +482,7 @@
 % 文档类已预置8个定理环境,环境名及对应的定理标题名见小节 \ref{subsec:theorem},如果需要新的定理标题名或定理样式可使用这两个命令,由 \pkg{thmtools} 提供支持,用法与它的同名命令一致。
 % \changes{v1.23}{2021/03/12}{重新定义了新定理环境命令 \tn{newtheorem}。}
 % \changes{v1.24}{2021/04/25}{增加定义定理环境命令 \tn{EBNewTheorem}。}
-% \changes{v1.26g}{2021/06/15}{定义新定理环境的命令调整为 \tn{declaretheorem}。}
+% \changes{v1.26h}{2021/06/15}{定义新定理环境的命令调整为 \tn{declaretheorem}。}
 % \end{function}
 %
 % \begin{optdesc}
@@ -588,7 +588,7 @@
 %   \tn{markrule}\oarg{长度|(\tn{textwidth})}\parg{颜色名}\marg{线宽|(0.75pt)}[<上间距>+<下间距>]
 % \end{syntax}
 % 命令 \tn{easyhead} 和 \tn{easyfoot} 的使用方法与 \tn{fancyhead} 和 \tn{fancyfoot} 完全相同,它们需要在 \opt{head-foot} 选项中使用,设置的是一个名为 \opt{fancy} 的页面风格。\pkg{fancyhdr} 将页眉页脚分成了左中右和奇数页(odd)、偶数页(even)共12个部分,可选参数中E、O代表偶数、奇数,L、C、R代表左、中、右部分。单面打印时,含有偶数的选项无效。
-% \changes{v1.26g}{2021/06/14}{增加页眉页脚的横线绘制命令 \tn{markrule}。}
+% \changes{v1.26h}{2021/06/14}{增加页眉页脚的横线绘制命令 \tn{markrule}。}
 % \end{function}
 %
 % 命令 \tn{markrule} 用于绘制页眉页脚横线,长度默认为页面文本区的宽度,上下间距为横线与上下方部件的间距,带有长度单位,间距长度之间用+号分开,若只有一部分则表示上间距,这个命令也可以在正文中绘制横线。下面举一个设置页眉内容的例子:
@@ -959,7 +959,7 @@
 % 命令 \tn{marginnote} 可以生成简单的边注,如果只给定了 \meta{右文本},那么边注在奇偶数页文字相同。如果同时给定了 \meta{左文本},则偶数页使用 \meta{左文本} 的文字。
 % \end{function}
 %
-% \subsection{双语标题}
+% \subsection{双语题注}
 % \begin{function}[added = 2021-03-19]{\bicaption,\bicaptionbox}
 % \begin{syntax}
 %   \tn{bicaption}\oarg{目录标题1}\marg{标题2}\oarg{目录标题1}\marg{标题2}
@@ -966,7 +966,7 @@
 %   \tn{bicaptionbox}\oarg{目录标题1}\marg{标题2}\oarg{目录标题1}\marg{标题2}
 %   \             \oarg{宽度}\oarg{内部位置}\marg{内容}
 % \end{syntax}
-% 可以实现图表浮动环境的中英文双语标题,使用此功能需要在导言区载入 \pkg{bicaption} 宏包,具体用法见说明文档。
+% 可以实现图表浮动环境的中英文双语题注,使用此功能需要在导言区载入 \pkg{bicaption} 宏包,具体用法见说明文档。
 % \end{function}
 %
 % \subsection{插入文档}
@@ -1035,8 +1035,8 @@
 % \bibitem{CTeX}
 % \textsc{CTEX.ORG}.
 % \newblock \textit{\CTeX 宏集手册} [EB/OL].
-% \newblock version 2.5.6,
-% \newblock (2021-03-14)
+% \newblock version 2.5.7,
+% \newblock (2021-06-20)
 % \urlprefix\url{https://ctan.org/pkg/ctex}
 %
 % \bibitem{fduthesis}
@@ -1081,7 +1081,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/06/22}{1.26g}{beta}
+\ProvidesExplClass{easybook}{2021/06/23}{1.26h}{beta}
 
 \bool_set_false:N \l__eb_compile_draft_bool
 \bool_set_false:N \l__eb_title_newline_bool
@@ -1328,7 +1328,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2021/06/22}{1.26g}{beta}
+\ProvidesExplPackage{easybase}{2021/06/23}{1.26h}{beta}
 
 \cs_generate_variant:Nn \eb_ctex_define:nn { nx }
 \cs_generate_variant:Nn \int_to_arabic:n { v }
@@ -1545,10 +1545,10 @@
     { expl3 } { 2020/10/27 },
     { xparse } { 2020/10/27 },
     { l3keys2e } { 2020/10/27 },
-    { ctex } { 2021/03/14 },
     { thmtools } { 2020/08/01 },
     { caption } { 2020/08/24 },
-    { siunitx } { 2021/05/17 }
+    { fancyhdr } { 2021/01/28 },
+    { siunitx } { 2021/06/22 }
   }
   { \eb_package_later_bool:nn #1 }
 

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-06-23 19:43:54 UTC (rev 59684)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-06-23 19:44:08 UTC (rev 59685)
@@ -13,7 +13,7 @@
 %%   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2021/06/22}{1.26g}{beta}
+\ProvidesExplPackage{easybase}{2021/06/23}{1.26h}{beta}
 
 \cs_generate_variant:Nn \eb_ctex_define:nn { nx }
 \cs_generate_variant:Nn \int_to_arabic:n { v }
@@ -230,10 +230,10 @@
     { expl3 } { 2020/10/27 },
     { xparse } { 2020/10/27 },
     { l3keys2e } { 2020/10/27 },
-    { ctex } { 2021/03/14 },
     { thmtools } { 2020/08/01 },
     { caption } { 2020/08/24 },
-    { siunitx } { 2021/05/17 }
+    { fancyhdr } { 2021/01/28 },
+    { siunitx } { 2021/06/22 }
   }
   { \eb_package_later_bool:nn #1 }
 

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-06-23 19:43:54 UTC (rev 59684)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-06-23 19:44:08 UTC (rev 59685)
@@ -13,7 +13,7 @@
 %%   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/06/22}{1.26g}{beta}
+\ProvidesExplClass{easybook}{2021/06/23}{1.26h}{beta}
 
 \bool_set_false:N \l__eb_compile_draft_bool
 \bool_set_false:N \l__eb_title_newline_bool



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