texlive[73737] Master/texmf-dist: easybook (5feb25)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 5 21:42:38 CET 2025
Revision: 73737
https://tug.org/svn/texlive?view=revision&revision=73737
Author: karl
Date: 2025-02-05 21:42:38 +0100 (Wed, 05 Feb 2025)
Log Message:
-----------
easybook (5feb25)
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-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/doc/latex/easybook/README.md 2025-02-05 20:42:38 UTC (rev 73737)
@@ -1,5 +1,5 @@
# The `easybook` document class
-Easily typesetting Chinese theses or books (v2025f)
+Easily typesetting Chinese theses or books (v2025h)
## 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-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2025-02-05 20:42:38 UTC (rev 73737)
@@ -23,8 +23,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v2025f,
- date = 2025/01/26,
+ version = v2025h,
+ date = 2025/02/05,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi at 163.com,
@@ -1223,7 +1223,7 @@
\command{spbifmath}[\marg{数学模式代码}\marg{文本模式代码}]
根据上下标处于数学还是文本模式分别设置不同的值,应当在格式命令或偏移距离选项中使用。
- 上下标命令键值列表中共同的选项如下所示。当下面除 \option{mode} 以外的选项用于 \module*{style} 模块全局设置时,它们将根据前面最近一个命令的类型设定相应值。
+ 上下标命令的可选参数中部分共同的选项如下所示。当下面的选项用 \module*{tools} 模块全局设置时,三个上下标命令对应的标记将被同时设定。
\keyval{vmove}{刚性长度}\Default{0pt}
上标或下标的垂直偏移。如果是上下标命令使用则代表上标和上标间的额外垂直距离 \option{vsep}。
\keyval{hmove}{刚性长度}\Default{0pt}
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-02-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-02-05 20:42:38 UTC (rev 73737)
@@ -14,7 +14,7 @@
% This work has the LPPL maintenance status `maintained'.
%<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
%<*class>
-\ProvidesExplClass{easybook}{2025/01/26}{2025f}
+\ProvidesExplClass{easybook}{2025/02/05}{2025h}
{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/26}{2025f}
+\ProvidesExplPackage{easybase}{2025/02/05}{2025h}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -3028,7 +3028,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/26}{2025f}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/05}{2025h}
{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-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2025-02-05 20:42:38 UTC (rev 73737)
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/01/26}{2025f}
+\ProvidesExplPackage{easybase}{2025/02/05}{2025h}
{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-02-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2025-02-05 20:42:38 UTC (rev 73737)
@@ -19,7 +19,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2025/01/26}{2025f}
+\ProvidesExplClass{easybook}{2025/02/05}{2025h}
{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-05 20:42:26 UTC (rev 73736)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2025-02-05 20:42:38 UTC (rev 73737)
@@ -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/26}{2025f}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/02/05}{2025h}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
More information about the tex-live-commits
mailing list.