texlive[73578] Master/texmf-dist: easybook (24jan25)

commits+karl at tug.org commits+karl at tug.org
Fri Jan 24 22:05:30 CET 2025


Revision: 73578
          https://tug.org/svn/texlive?view=revision&revision=73578
Author:   karl
Date:     2025-01-24 22:05:30 +0100 (Fri, 24 Jan 2025)
Log Message:
-----------
easybook (24jan25)

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/source/latex/easybook/easybook.ins
    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	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2025-01-24 21:05:30 UTC (rev 73578)
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2025c,
-    date            = 2025/01/20,
+    version         = v2025d,
+    date            = 2025/01/24,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,
@@ -392,7 +392,7 @@
 \begin{cnltxlist}
   \keychoice{color}{\fbox{none},seaside,energy,cyberpunk}
   \easybook{} 预置了四种颜色主题,默认主题 \code{none} 为黑白页面,颜色主题不包括超链接。
-  \command{DeclareThemeColor}[\marg{风格名称}\splitmarg{颜色1,颜色2,颜色3}]\newtagv[Changed]{202eu}%
+  \command{DeclareThemeColor}[\marg{风格名称}\splitmarg{颜色1,颜色2,颜色3}]\newtagv[Changed]{2024eu}%
   声明新的颜色主题命令。颜色参数的三个部分为 \code{HTML} 颜色代码,构成主题颜色列表,其中 \meta{颜色1} 为标题标签,\meta{颜色2} 为列表编号、定理标签和公式编号括号,\meta{颜色3} 为代码抄录。类似地更改超链接颜色见\ref{subsec:hyperlinks}。
   \begin{ctexexam}
   \DeclareThemeColor{fancy}{2acb25,60aacc,ebc01c}
@@ -442,7 +442,7 @@
   超链接类型。\code{edge} 使超链接形式为边框,\code{colors} 使超链接字体为彩色,\code{none} 关闭超链接边框与颜色,此时 \option{linkcolor} 选项无效。
   \keychoice{linkcolor}{fresh,cutepink,\fbox{navyblue},crimson}
   当超链接类型为 \code{colors} 时文本的颜色样式。预置了四种超链接颜色风格,默认为海军蓝 \code{navyblue}。
-  \command{DeclareLinkColor}[\marg{风格名称}\splitmarg{颜色1,颜色2,颜色3}]\newtagv[Changed]{202eu}%
+  \command{DeclareLinkColor}[\marg{风格名称}\splitmarg{颜色1,颜色2,颜色3}]\newtagv[Changed]{2024eu}%
   声明新的超链接颜色样式命令。颜色参数的三个部分为 \code{HTML} 颜色代码,构成超链接颜色列表,其中 \meta{颜色1} 为普通链接,\meta{颜色2} 为网址,\meta{颜色3} 为参考文献引用。
   \keyval{linkcolor-every}{HTML颜色代码}
   统一设置超链接的各部分颜色。参数是6个十六进制数字组成的 \code{HTML} 颜色代码,任意颜色的代码可以在常见的图片处理工具拾色器中查看。
@@ -1095,7 +1095,7 @@
   输出代码目录命令。带有星号参数的命令不输出目录标题。
 
   如果需要局部而不是全文范围的目录或其它类型的目录,可以查看\ref{subsec:contents} 和 \pkg*{titletoc} 宏包的相关示例。如果需要双语图表目录,可以查看 \pkg*{bicaption} 宏包的相关示例。上面目录命令的可选参数改进了原本单一的功能,也提供了配置命令 \cs{SetTocOuter} 在目录命令外设置选项默认值。
-  \command{SetTocOuter}[\oarg{扩展名}\marg{键值列表}]\newtagv[Changed]{2024es}%
+  \command{SetTocOuter}[\oarg{扩展名}\marg{键值列表}]\newtagv[Changed]{2025b}%
   设置上述不同类型目录可选参数的默认值。若不指定目录文件的 \meta{扩展名},则除了 \option{title} 和章节标题目录的 \option{level} 选项外对所有目录生效。对于索引和参考文献列表 \meta{扩展名} 分别为 \code{idx} 和 \code{bbl}。必选参数中的 \meta{键值列表} 选项如下:
   \keyval{level}{标题命令}
   设定输出目录标题的命令。如果使用 \option{title} 选项设置了双语标题则需要配合双语标题命令。

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2025-01-24 21:05:30 UTC (rev 73578)
@@ -14,7 +14,7 @@
 % This work has the LPPL maintenance status `maintained'.
 %<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
 %<*class>
-\ProvidesExplClass{easybook}{2025/01/20}{2025c}
+\ProvidesExplClass{easybook}{2025/01/24}{2025d}
   {Easily typesetting Chinese theses or books}
 
 \bool_new:N \l__eb_compile_draft_bool
@@ -308,7 +308,7 @@
 %</class>
 %<*package>
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/01/20}{2025c}
+\ProvidesExplPackage{easybase}{2025/01/24}{2025d}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -3019,7 +3019,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/20}{2025c}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/24}{2025d}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.ins	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.ins	2025-01-24 21:05:30 UTC (rev 73578)
@@ -19,7 +19,7 @@
 \usedir{tex/latex/easybook}
 
 \preamble
-Copyright (C) 2021-2024 by Qu Yi <toquyi at 163.com>
+Copyright (C) 2021-2025 by Qu Yi <toquyi at 163.com>
 
 This work may be distributed and/or modified under the
 conditions of the LaTeX Project Public License, either

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2025-01-24 21:05:30 UTC (rev 73578)
@@ -5,7 +5,7 @@
 %% The original source files were:
 %%
 %% easybook.dtx  (with options: `package')
-%% Copyright (C) 2021-2024 by Qu Yi <toquyi at 163.com>
+%% Copyright (C) 2021-2025 by Qu Yi <toquyi at 163.com>
 %% 
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/01/20}{2025c}
+\ProvidesExplPackage{easybase}{2025/01/24}{2025d}
   {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	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2025-01-24 21:05:30 UTC (rev 73578)
@@ -5,7 +5,7 @@
 %% The original source files were:
 %%
 %% easybook.dtx  (with options: `class')
-%% Copyright (C) 2021-2024 by Qu Yi <toquyi at 163.com>
+%% Copyright (C) 2021-2025 by Qu Yi <toquyi at 163.com>
 %% 
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
@@ -19,7 +19,7 @@
 %% 
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2025/01/20}{2025c}
+\ProvidesExplClass{easybook}{2025/01/24}{2025d}
   {Easily typesetting Chinese theses or books}
 
 \bool_new: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	2025-01-24 21:05:21 UTC (rev 73577)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2025-01-24 21:05:30 UTC (rev 73578)
@@ -5,7 +5,7 @@
 %% The original source files were:
 %%
 %% easybook.dtx  (with options: `tcolorbox')
-%% Copyright (C) 2021-2024 by Qu Yi <toquyi at 163.com>
+%% Copyright (C) 2021-2025 by Qu Yi <toquyi at 163.com>
 %% 
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/20}{2025c}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/24}{2025d}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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