texlive[73929] Master/texmf-dist: easybook (12feb25)

commits+karl at tug.org commits+karl at tug.org
Wed Feb 12 22:08:23 CET 2025


Revision: 73929
          https://tug.org/svn/texlive?view=revision&revision=73929
Author:   karl
Date:     2025-02-12 22:08:23 +0100 (Wed, 12 Feb 2025)
Log Message:
-----------
easybook (12feb25)

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	2025-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/doc/latex/easybook/README.md	2025-02-12 21:08:23 UTC (rev 73929)
@@ -1,5 +1,5 @@
 # The `easybook` document class
-Easily typesetting Chinese theses or books (v2025m)
+Easily typesetting Chinese theses or books (v2025n)
 
 ## 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	2025-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2025-02-12 21:08:23 UTC (rev 73929)
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2025m,
-    date            = 2025/02/11,
+    version         = v2025n,
+    date            = 2025/02/12,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,
@@ -1603,7 +1603,7 @@
   \item 索引功能支持由适配 \pkg*{imakeidx} 宏包改为适配 \pkg*{indextools} 宏包。
   \item \pkg*{caption} 宏包支持的图表等题注的目录选项支持 \cs{CTEXifname} 编号判断命令。
   \end{version}
-  \shortversion{v = 2025m,date = 2025/02/11,changes = 优化 \module*{ref} 模块,修复选项 \keyis{linktype}{none} 失效的问题。}
+  \shortversion{v = 2025n,date = 2025/02/12,changes = 优化 \module*{ref} 模块,修复选项 \keyis{linktype}{none} 失效的问题。}
 \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	2025-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2025-02-12 21:08:23 UTC (rev 73929)
@@ -14,7 +14,7 @@
 % This work has the LPPL maintenance status `maintained'.
 %<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
 %<*class>
-\ProvidesExplClass{easybook}{2025/02/11}{2025m}
+\ProvidesExplClass{easybook}{2025/02/12}{2025n}
   {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/02/11}{2025m}
+\ProvidesExplPackage{easybase}{2025/02/12}{2025n}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2817,13 +2817,8 @@
 
 \cs_new_protected:Npn \eb_link_border_set:n #1
   {
-    \AddToHook{package/hyperref/after}[eb/hyperref]
-      {
-        \Hy at colorlinksfalse
-        \def\@pdfborder{#1}
-        \def\Hy at colorlink ##1 {\begingroup}
-        \def\Hy at endcolorlink{\endgroup}
-      }
+    \hypersetup{colorlinks = false}
+    \def\@pdfborder{#1}
   }
 \cs_new_protected:Npn \eb_link_colors_set:
   { \hypersetup{colorlinks} }
@@ -2869,9 +2864,9 @@
       {
         linkcolor = ctex at link,linkbordercolor = ctex at link,
         urlcolor  = ctex at url,urlbordercolor   = ctex at url,
-        citecolor = ctex at cite,citebordercolor = ctex at cite
+        citecolor = ctex at cite,citebordercolor = ctex at cite,
+        bookmarksnumbered = true
       }
-    \hypersetup{bookmarksnumbered = true}
     \exp_args:NV \hypersetup \l__eb_hyperref_options_clist
   }
 
@@ -3021,7 +3016,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/11}{2025m}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/12}{2025n}
   {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	2025-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2025-02-12 21:08:23 UTC (rev 73929)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/02/11}{2025m}
+\ProvidesExplPackage{easybase}{2025/02/12}{2025n}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2529,13 +2529,8 @@
 
 \cs_new_protected:Npn \eb_link_border_set:n #1
   {
-    \AddToHook{package/hyperref/after}[eb/hyperref]
-      {
-        \Hy at colorlinksfalse
-        \def\@pdfborder{#1}
-        \def\Hy at colorlink ##1 {\begingroup}
-        \def\Hy at endcolorlink{\endgroup}
-      }
+    \hypersetup{colorlinks = false}
+    \def\@pdfborder{#1}
   }
 \cs_new_protected:Npn \eb_link_colors_set:
   { \hypersetup{colorlinks} }
@@ -2581,9 +2576,9 @@
       {
         linkcolor = ctex at link,linkbordercolor = ctex at link,
         urlcolor  = ctex at url,urlbordercolor   = ctex at url,
-        citecolor = ctex at cite,citebordercolor = ctex at cite
+        citecolor = ctex at cite,citebordercolor = ctex at cite,
+        bookmarksnumbered = true
       }
-    \hypersetup{bookmarksnumbered = true}
     \exp_args:NV \hypersetup \l__eb_hyperref_options_clist
   }
 

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2025-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2025-02-12 21:08:23 UTC (rev 73929)
@@ -19,7 +19,7 @@
 %% 
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2025/02/11}{2025m}
+\ProvidesExplClass{easybook}{2025/02/12}{2025n}
   {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-02-12 21:08:15 UTC (rev 73928)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2025-02-12 21:08:23 UTC (rev 73929)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/11}{2025m}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/12}{2025n}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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