texlive[71861] Master/texmf-dist: easybook (21jul24)

commits+karl at tug.org commits+karl at tug.org
Sun Jul 21 22:20:10 CEST 2024


Revision: 71861
          https://tug.org/svn/texlive?view=revision&revision=71861
Author:   karl
Date:     2024-07-21 22:20:10 +0200 (Sun, 21 Jul 2024)
Log Message:
-----------
easybook (21jul24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/easybook/README.md
    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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/README.md	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/doc/latex/easybook/README.md	2024-07-21 20:20:10 UTC (rev 71861)
@@ -1,5 +1,5 @@
 # The `easybook` document class
-Easily typesetting Chinese theses or books (v2024ct)
+Easily typesetting Chinese theses or books (v2024cv)
 
 ## Abstract
 `easybook` is a pure academic template created based on the `ctexbook` book document class. It also has the functions of `book` and `article` document class. Combined with the general framework design of the theses of many universities in China, providing multiple commands and interfaces allows users to easily customize the theses templates. Its basic macro package `easybase` can also be used with `ctex` and standard document classes.

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	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2024-07-21 20:20:10 UTC (rev 71861)
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2024ct,
-    date            = 2024/07/18,
+    version         = v2024cv,
+    date            = 2024/07/21,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,
@@ -404,12 +404,14 @@
   \ctexset{tools/figurepath = path1}
   \ctexset{tools/figurepath = {path2}{path3}}
   \end{ctexexam}
+
+  以下几个选项用于设置题注编号的连字符,\code{chapter} 计数器的值大于0时连字符才有意义。若需更改题注编号的输出格式可在正文中重新定义 \cs*{the}\meta{计数器} 命令。
   \keyval{hyphen-figure}{图片连字符}\Default{\Marg{.}}
   设置图片题注编号的连字符。
   \keyval{hyphen-table}{表格连字符}\Default{\Marg{.}}
   设置表格题注编号的连字符。
-  \keyval{hyphen-listing}{代码连字符}\Default{\Marg{.}}
-  设置代码题注编号的连字符。
+  \keyval{hyphen-lstlisting}{代码连字符}\Default{\Marg{.}}
+  设置代码题注编号的连字符。\pkg*{listings} 宏包的 \option{numberbychapter} 选项失效。
   \keyval{hyphen-equation}{公式连字符}\Default{\Marg{.}}
   设置公式题注编号的连字符。
   \keyval{hyphen-every}{连字符}\Default{\Marg{.}}
@@ -472,7 +474,7 @@
   设置表格题注的字体,包括字体族、字体系列、字体尺寸和字体形状命令。
   \keyval{caption-figure}{字体命令}\Default{\cs*{sffamily}\cs*{small}}
   设置图片题注的字体,包括字体族、字体系列、字体尺寸和字体形状命令。
-  \keyval{caption-listing}{字体命令}\Default{\cs*{sffamily}\cs*{small}}
+  \keyval{caption-lstlisting}{字体命令}\Default{\cs*{sffamily}\cs*{small}}
   设置代码题注的字体,包括字体族、字体系列、字体尺寸和字体形状命令。
   \keyval{caption-every}{字体命令}\Default{\cs*{sffamily}\cs*{small}}
   同时设置图片、表格和代码题注的字体命令。
@@ -596,7 +598,7 @@
   \optpath{thmt/}\key{loeskip}{弹性长度}\Default{10pt}
   定理目录中每章第一个条目上方增加的垂直距离。与 \CTeX 的表格和图片目录中每章间的条目距离选项 \option*{lotskip} 和 \option*{lofskip} 类似,在 \cls*{article} 模式中此选项失效。
   \command{thmtifnote}[\marg{存在题注代码}\marg{不存在题注代码}]
-  如果标题没题注即定理环境不用可选参数,则标题不加入定理目录,这是默认且合理的行为。若需要将无题注的标题加入目录可将 \meta{环境名} 加入目录风格的 \option{show} 选项或使用 \cs*{settheoremtocline}\code{*} 命令。是否存在题注需要在 \meta{标题定义} 中使用 \cs{thmtifnote} 命令判定,从而输出不同的内容。
+  如果标题没题注即定理环境不用可选参数,则标题不加入定理目录,这是默认且合理的行为。若需要将无题注的标题加入目录可将 \meta{环境名} 传给目录风格的 \option{show} 选项或使用 \cs*{settheoremtocline}\code{*} 命令。是否存在题注需要在 \meta{标题定义} 中使用 \cs{thmtifnote} 命令判定,从而输出不同的内容。
   \command{thmtifname}[\marg{存在编号代码}\marg{不存在编号代码}]
   在 \meta{标题定义} 中测试当前定理是否有编号从而输出不同的内容,定理风格选项 \keyis{numbered}{no} 设置当前定理环境没有编号。
   \begin{ctexexam}
@@ -1458,6 +1460,7 @@
   \shortversion{v = 2024ci,date = 2024/06/22,changes = 修复使用 \code{flush} 类型脚注报错。}
   \shortversion{v = 2024co,date = 2024/07/06,changes = 目录命令的可选参数支持 \CTeX 键值列表所有路径的章节标题样式选项。}
   \shortversion{v = 2024cq,date = 2024/07/12,changes = 新增章节标题格式复制命令 \cs{CopyTitleFormat}。}
+  \shortversion{v = 2024cu,date = 2024/07/20,changes = 修复无编号的定理环境标签命令 \cs*{p@}\meta{定理名} 缺失导致报错的问题。}
 \end{changelog}
 \nocite{*}
 % \AddToHook{cmd/printindex/before}{\clearpage}

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-07-21 20:20:10 UTC (rev 71861)
@@ -14,7 +14,7 @@
 % This work has the LPPL maintenance status `maintained'.
 %<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
 %<*class>
-\ProvidesExplClass{easybook}{2024/07/18}{2024ct}
+\ProvidesExplClass{easybook}{2024/07/20}{2024cv}
   {Easily typesetting Chinese theses or books}
 
 \bool_new:N \l__eb_compile_draft_bool
@@ -301,7 +301,7 @@
 %</class>
 %<*package>
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/07/18}{2024ct}
+\ProvidesExplPackage{easybase}{2024/07/20}{2024cv}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1410,29 +1410,32 @@
 
 \ctex_define:nn { tools }
   {
-    hyphen-figure .tl_set:N   = \l__eb_hyphen_figure_tl,
-    hyphen-table .tl_set:N    = \l__eb_hyphen_table_tl,
-    hyphen-listing .tl_set:N  = \l__eb_hyphen_listing_tl,
-    hyphen-equation .tl_set:N = \l__eb_hyphen_equation_tl,
-    hyphen-every .meta:n      =
+    hyphen-figure .tl_set:N     = \l__eb_hyphen_figure_tl,
+    hyphen-table .tl_set:N      = \l__eb_hyphen_table_tl,
+    hyphen-lstlisting .tl_set:N = \l__eb_hyphen_lstlisting_tl,
+    hyphen-equation .tl_set:N   = \l__eb_hyphen_equation_tl,
+    hyphen-every .meta:n        =
       {
-        hyphen-figure  = {#1},hyphen-table    = {#1},
-        hyphen-listing = {#1},hyphen-equation = {#1}
+        hyphen-figure = {#1},hyphen-table = {#1},
+        hyphen-lstlisting = {#1},hyphen-equation = {#1}
       },
-    hyphen-every .initial:n   = .,
-    unknown .code:n           = \eb_msg_deprecated_option:n { tools }
+    hyphen-every .initial:n     = .,
+    unknown .code:n             = \eb_msg_deprecated_option:n { tools }
   }
-\clist_map_inline:nn
-  { figure,table,listing,equation }
+\AtBeginDocument
   {
-    \cs_set:cpn { the#1 }
+    \clist_map_inline:nn
+      { figure,table,lstlisting,equation }
       {
-        \int_compare:nNnT { \c at chapter } > { 0 }
+        \cs_set:cpn { the#1 }
           {
-            \thechapter
-            \tl_use:c { l__eb_hyphen_#1_tl }
+            \int_compare:nNnT { \c at chapter } > { 0 }
+              {
+                \thechapter
+                \tl_use:c { l__eb_hyphen_#1_tl }
+              }
+            \int_to_arabic:v { c@#1 }
           }
-        \int_to_arabic:v { c@#1 }
       }
   }
 
@@ -1813,6 +1816,8 @@
     hang .initial:n       = true,
     pagenumwd .code:n     = \contentsmargin{#1},
     pagenumwd .initial:n  = 1.55em,
+    fileopen .tl_set:N    = \l__eb_fileopen_type_tl,
+    fileopen .initial:n   = once,
     unknown .code:n       = \eb_msg_deprecated_option:n { toc }
   }
 
@@ -1841,8 +1846,12 @@
   }
 \AddToHook{enddocument/afterlastpage}
   {
-    \IfHookEmptyTF{starttoc/after}{}
-      {\iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[aux] }}
+    \tl_if_eq:NnTF \l__eb_fileopen_type_tl { once }
+      { \iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[*] } }
+      {
+        \IfHookEmptyTF{starttoc/after}{}
+          {\iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[aux] }}
+      }
   }
 \cs_set_protected:Npn \AllotPartialExt #1#2
   {
@@ -1988,19 +1997,19 @@
 
 \ctex_define:nn { font }
   {
-    caption-table .tl_set:N   = \l__eb_font_caption_table_tl,
-    caption-figure .tl_set:N  = \l__eb_font_caption_figure_tl,
-    caption-listing .tl_set:N = \l__eb_font_caption_listing_tl,
-    caption-every .meta:n     =
+    caption-table .tl_set:N       = \l__eb_font_caption_table_tl,
+    caption-figure .tl_set:N      = \l__eb_font_caption_figure_tl,
+    caption-lstlisting .tl_set:N  = \l__eb_font_caption_lstlisting_tl,
+    caption-every .meta:n         =
       {
-        caption-table   = {#1},caption-figure = {#1},
-        caption-listing = {#1}
+        caption-table = {#1},caption-figure = {#1},
+        caption-lstlisting = {#1}
       },
-    caption-every .initial:n  = \sffamily\small,
-    footnote .tl_set:N        = \eb at font@footnote,
-    marginpar .tl_set:N       = \marginfont,
-    marginpar .initial:n      = \footnotesize,
-    unknown .code:n           = \eb_msg_deprecated_option:n { font }
+    caption-every .initial:n      = \sffamily\small,
+    footnote .tl_set:N            = \eb at font@footnote,
+    marginpar .tl_set:N           = \marginfont,
+    marginpar .initial:n          = \footnotesize,
+    unknown .code:n               = \eb_msg_deprecated_option:n { font }
   }
 \cs_new_protected:Npn \ebaddtofont #1#2
   {
@@ -2010,13 +2019,13 @@
         { \tl_put_right:Nn \l__eb_font_caption_table_tl {#2} }
         { figure }
         { \tl_put_right:Nn \l__eb_font_caption_figure_tl {#2} }
-        { listing }
-        { \tl_put_right:Nn \l__eb_font_caption_listing_tl {#2} }
+        { lstlisting }
+        { \tl_put_right:Nn \l__eb_font_caption_lstlisting_tl {#2} }
         { every }
         {
           \tl_put_right:Nn \l__eb_font_caption_table_tl {#2}
           \tl_put_right:Nn \l__eb_font_caption_figure_tl {#2}
-          \tl_put_right:Nn \l__eb_font_caption_listing_tl {#2}
+          \tl_put_right:Nn \l__eb_font_caption_lstlisting_tl {#2}
         }
         { footnote }
         { \tl_put_right:Nn \eb at font@footnote {#2} }
@@ -2045,7 +2054,7 @@
     fntspread .initial:n        = 1.2,
     captab-spread .fp_set:N     = \l__eb_spread_caption_table_fp,
     capfig-spread .fp_set:N     = \l__eb_spread_caption_figure_fp,
-    caplst-spread .fp_set:N     = \l__eb_spread_caption_listing_fp,
+    caplst-spread .fp_set:N     = \l__eb_spread_caption_lstlisting_fp,
     caption-spread .meta:n      =
       {
         captab-spread = {#1},capfig-spread = {#1},
@@ -2086,7 +2095,7 @@
 \AfterPreamble{\skip_set:Nn \abovedisplayshortskip { 0ex plus .1ex }}
 
 \clist_map_inline:nn
-  { table,figure,listing }
+  { table,figure,lstlisting }
   {
     \DeclareCaptionFont{eb@#1 at font}
       {
@@ -2104,7 +2113,7 @@
   }
 \captionsetup[table]{font = eb at table@font}
 \captionsetup[figure]{font = eb at figure@font}
-\captionsetup[lstlisting]{font = eb at listing@font}
+\captionsetup[lstlisting]{font = eb at lstlisting@font}
 \ctex_at_end_package:nn { bicaption }
   {
     \captionsetup[figure][bi-second]{name = Figure}
@@ -2278,6 +2287,9 @@
             \listnumberline{#2}
             \thmtname\thmtifnote{~(\thmtnote)}{}
           }
+        \cs_gset:cpn { thmt at contentsline@#2 }
+          { \thmt at contentslineIfNamed }
+        \exp_args:Nc \providecommand { p@#2 }[1]{##1}
       }
     \ctex_define:nn { thmt }
       {
@@ -2684,7 +2696,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/18}{2024ct}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/20}{2024cv}
   {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	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-07-21 20:20:10 UTC (rev 71861)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/07/18}{2024ct}
+\ProvidesExplPackage{easybase}{2024/07/20}{2024cv}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1129,29 +1129,32 @@
 
 \ctex_define:nn { tools }
   {
-    hyphen-figure .tl_set:N   = \l__eb_hyphen_figure_tl,
-    hyphen-table .tl_set:N    = \l__eb_hyphen_table_tl,
-    hyphen-listing .tl_set:N  = \l__eb_hyphen_listing_tl,
-    hyphen-equation .tl_set:N = \l__eb_hyphen_equation_tl,
-    hyphen-every .meta:n      =
+    hyphen-figure .tl_set:N     = \l__eb_hyphen_figure_tl,
+    hyphen-table .tl_set:N      = \l__eb_hyphen_table_tl,
+    hyphen-lstlisting .tl_set:N = \l__eb_hyphen_lstlisting_tl,
+    hyphen-equation .tl_set:N   = \l__eb_hyphen_equation_tl,
+    hyphen-every .meta:n        =
       {
-        hyphen-figure  = {#1},hyphen-table    = {#1},
-        hyphen-listing = {#1},hyphen-equation = {#1}
+        hyphen-figure = {#1},hyphen-table = {#1},
+        hyphen-lstlisting = {#1},hyphen-equation = {#1}
       },
-    hyphen-every .initial:n   = .,
-    unknown .code:n           = \eb_msg_deprecated_option:n { tools }
+    hyphen-every .initial:n     = .,
+    unknown .code:n             = \eb_msg_deprecated_option:n { tools }
   }
-\clist_map_inline:nn
-  { figure,table,listing,equation }
+\AtBeginDocument
   {
-    \cs_set:cpn { the#1 }
+    \clist_map_inline:nn
+      { figure,table,lstlisting,equation }
       {
-        \int_compare:nNnT { \c at chapter } > { 0 }
+        \cs_set:cpn { the#1 }
           {
-            \thechapter
-            \tl_use:c { l__eb_hyphen_#1_tl }
+            \int_compare:nNnT { \c at chapter } > { 0 }
+              {
+                \thechapter
+                \tl_use:c { l__eb_hyphen_#1_tl }
+              }
+            \int_to_arabic:v { c@#1 }
           }
-        \int_to_arabic:v { c@#1 }
       }
   }
 
@@ -1532,6 +1535,8 @@
     hang .initial:n       = true,
     pagenumwd .code:n     = \contentsmargin{#1},
     pagenumwd .initial:n  = 1.55em,
+    fileopen .tl_set:N    = \l__eb_fileopen_type_tl,
+    fileopen .initial:n   = once,
     unknown .code:n       = \eb_msg_deprecated_option:n { toc }
   }
 
@@ -1560,8 +1565,12 @@
   }
 \AddToHook{enddocument/afterlastpage}
   {
-    \IfHookEmptyTF{starttoc/after}{}
-      {\iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[aux] }}
+    \tl_if_eq:NnTF \l__eb_fileopen_type_tl { once }
+      { \iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[*] } }
+      {
+        \IfHookEmptyTF{starttoc/after}{}
+          {\iow_now:Nn \@mainaux { \RemoveFromHook{starttoc/after}[aux] }}
+      }
   }
 \cs_set_protected:Npn \AllotPartialExt #1#2
   {
@@ -1707,19 +1716,19 @@
 
 \ctex_define:nn { font }
   {
-    caption-table .tl_set:N   = \l__eb_font_caption_table_tl,
-    caption-figure .tl_set:N  = \l__eb_font_caption_figure_tl,
-    caption-listing .tl_set:N = \l__eb_font_caption_listing_tl,
-    caption-every .meta:n     =
+    caption-table .tl_set:N       = \l__eb_font_caption_table_tl,
+    caption-figure .tl_set:N      = \l__eb_font_caption_figure_tl,
+    caption-lstlisting .tl_set:N  = \l__eb_font_caption_lstlisting_tl,
+    caption-every .meta:n         =
       {
-        caption-table   = {#1},caption-figure = {#1},
-        caption-listing = {#1}
+        caption-table = {#1},caption-figure = {#1},
+        caption-lstlisting = {#1}
       },
-    caption-every .initial:n  = \sffamily\small,
-    footnote .tl_set:N        = \eb at font@footnote,
-    marginpar .tl_set:N       = \marginfont,
-    marginpar .initial:n      = \footnotesize,
-    unknown .code:n           = \eb_msg_deprecated_option:n { font }
+    caption-every .initial:n      = \sffamily\small,
+    footnote .tl_set:N            = \eb at font@footnote,
+    marginpar .tl_set:N           = \marginfont,
+    marginpar .initial:n          = \footnotesize,
+    unknown .code:n               = \eb_msg_deprecated_option:n { font }
   }
 \cs_new_protected:Npn \ebaddtofont #1#2
   {
@@ -1729,13 +1738,13 @@
         { \tl_put_right:Nn \l__eb_font_caption_table_tl {#2} }
         { figure }
         { \tl_put_right:Nn \l__eb_font_caption_figure_tl {#2} }
-        { listing }
-        { \tl_put_right:Nn \l__eb_font_caption_listing_tl {#2} }
+        { lstlisting }
+        { \tl_put_right:Nn \l__eb_font_caption_lstlisting_tl {#2} }
         { every }
         {
           \tl_put_right:Nn \l__eb_font_caption_table_tl {#2}
           \tl_put_right:Nn \l__eb_font_caption_figure_tl {#2}
-          \tl_put_right:Nn \l__eb_font_caption_listing_tl {#2}
+          \tl_put_right:Nn \l__eb_font_caption_lstlisting_tl {#2}
         }
         { footnote }
         { \tl_put_right:Nn \eb at font@footnote {#2} }
@@ -1764,7 +1773,7 @@
     fntspread .initial:n        = 1.2,
     captab-spread .fp_set:N     = \l__eb_spread_caption_table_fp,
     capfig-spread .fp_set:N     = \l__eb_spread_caption_figure_fp,
-    caplst-spread .fp_set:N     = \l__eb_spread_caption_listing_fp,
+    caplst-spread .fp_set:N     = \l__eb_spread_caption_lstlisting_fp,
     caption-spread .meta:n      =
       {
         captab-spread = {#1},capfig-spread = {#1},
@@ -1805,7 +1814,7 @@
 \AfterPreamble{\skip_set:Nn \abovedisplayshortskip { 0ex plus .1ex }}
 
 \clist_map_inline:nn
-  { table,figure,listing }
+  { table,figure,lstlisting }
   {
     \DeclareCaptionFont{eb@#1 at font}
       {
@@ -1823,7 +1832,7 @@
   }
 \captionsetup[table]{font = eb at table@font}
 \captionsetup[figure]{font = eb at figure@font}
-\captionsetup[lstlisting]{font = eb at listing@font}
+\captionsetup[lstlisting]{font = eb at lstlisting@font}
 \ctex_at_end_package:nn { bicaption }
   {
     \captionsetup[figure][bi-second]{name = Figure}
@@ -1997,6 +2006,9 @@
             \listnumberline{#2}
             \thmtname\thmtifnote{~(\thmtnote)}{}
           }
+        \cs_gset:cpn { thmt at contentsline@#2 }
+          { \thmt at contentslineIfNamed }
+        \exp_args:Nc \providecommand { p@#2 }[1]{##1}
       }
     \ctex_define:nn { thmt }
       {

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-07-21 20:20:10 UTC (rev 71861)
@@ -19,7 +19,7 @@
 %% 
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/07/18}{2024ct}
+\ProvidesExplClass{easybook}{2024/07/20}{2024cv}
   {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	2024-07-21 17:04:55 UTC (rev 71860)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2024-07-21 20:20:10 UTC (rev 71861)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/18}{2024ct}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/07/20}{2024cv}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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