texlive[74712] Master/texmf-dist: easybook (20mar25)
commits+karl at tug.org
commits+karl at tug.org
Thu Mar 20 20:59:41 CET 2025
Revision: 74712
https://tug.org/svn/texlive?view=revision&revision=74712
Author: karl
Date: 2025-03-20 20:59:41 +0100 (Thu, 20 Mar 2025)
Log Message:
-----------
easybook (20mar25)
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 2025-03-20 19:59:31 UTC (rev 74711)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2025-03-20 19:59:41 UTC (rev 74712)
@@ -23,8 +23,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v2025t,
- date = 2025/03/19,
+ version = v2025u,
+ date = 2025/03/20,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi at 163.com,
@@ -340,7 +340,7 @@
选择合适的数学字体,将会加载 \pkg*{newtxmath} 和 \pkg*{bm} 宏包。使用选项 \code{none} 时可以使用 \pkg*{unicode-math} 等其它数学字体宏包定义字体。
\end{cnltxlist}
-\subsection{\textsf{article} 模式}
+\subsection{文类模式}
\begin{cnltxlist}
\keychoice{class}{\fbox{book},article}
使用 \easybook{} 文档类可以有两种模式,默认为 \cls*{book} 模式。选用 \code{article} 可用于短篇幅的文章,文档会变为 \option{oneside} 单面排版,同时标题编号和封面等与标准 \cls*{article} 文档类相似,若使用 \cs{chapter} 命令会报错。如果使用 \cls*{ctexart} 配合 \pkg*{easybase} 宏包,则选项值 \code{book} 会失效。
@@ -436,7 +436,7 @@
\subsection[超链接]{超链接\smodule{ref}}
\label{subsec:hyperlinks}
-模块 \module*{ref} 将超链接选项交给 \pkg*{hyperref} 宏包处理。除了一些超链接颜色的选项失效,其它由宏包全局和接口命令 \cs*{hypersetup} 支持的多数选项可用。
+模块 \module*{ref} 将超链接选项交给 \pkg*{hyperref} 宏包处理,除了下面描述的选项,也支持宏包全局和接口命令 \cs*{hypersetup} 可用的选项。
\begin{cnltxlist}
\keychoice{linktype}{\fbox{edge},colors,none}
超链接类型。\code{edge} 使超链接形式为边框,\code{colors} 使超链接字体为彩色,\code{none} 关闭超链接边框与颜色,此时 \option{linkcolor} 选项无效。
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-03-20 19:59:31 UTC (rev 74711)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-03-20 19:59:41 UTC (rev 74712)
@@ -14,7 +14,7 @@
% This work has the LPPL maintenance status `maintained'.
%<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
%<*class>
-\ProvidesExplClass{easybook}{2025/03/19}{2025t}
+\ProvidesExplClass{easybook}{2025/03/20}{2025u}
{Easily typesetting Chinese theses or books}
\bool_new:N \l__eb_compile_draft_bool
@@ -325,7 +325,7 @@
%</class>
%<*package>
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/03/19}{2025t}
+\ProvidesExplPackage{easybase}{2025/03/20}{2025u}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -3062,7 +3062,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/03/19}{2025t}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/03/20}{2025u}
{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-03-20 19:59:31 UTC (rev 74711)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2025-03-20 19:59:41 UTC (rev 74712)
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/03/19}{2025t}
+\ProvidesExplPackage{easybase}{2025/03/20}{2025u}
{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-03-20 19:59:31 UTC (rev 74711)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2025-03-20 19:59:41 UTC (rev 74712)
@@ -19,7 +19,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2025/03/19}{2025t}
+\ProvidesExplClass{easybook}{2025/03/20}{2025u}
{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-03-20 19:59:31 UTC (rev 74711)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2025-03-20 19:59:41 UTC (rev 74712)
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/03/19}{2025t}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/03/20}{2025u}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
More information about the tex-live-commits
mailing list.