texlive[73290] Master/texmf-dist: easybook (3jan25)
commits+karl at tug.org
commits+karl at tug.org
Fri Jan 3 23:50:24 CET 2025
Revision: 73290
https://tug.org/svn/texlive?view=revision&revision=73290
Author: karl
Date: 2025-01-03 23:50:24 +0100 (Fri, 03 Jan 2025)
Log Message:
-----------
easybook (3jan25)
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/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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/README.md 2025-01-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/doc/latex/easybook/README.md 2025-01-03 22:50:24 UTC (rev 73290)
@@ -1,5 +1,5 @@
# The `easybook` document class
-Easily typesetting Chinese theses or books (v2025a)
+Easily typesetting Chinese theses or books (v2025b)
## 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-01-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2025-01-03 22:50:24 UTC (rev 73290)
@@ -23,8 +23,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v2025a,
- date = 2025/01/01,
+ version = v2025b,
+ date = 2025/01/03,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi at 163.com,
@@ -1096,7 +1096,7 @@
如果需要局部而不是全文范围的目录或其它类型的目录,可以查看\ref{subsec:contents} 和 \pkg*{titletoc} 宏包的相关示例。如果需要双语图表目录,可以查看 \pkg*{bicaption} 宏包的相关示例。上面目录命令的可选参数改进了原本单一的功能,也提供了配置命令 \cs{SetTocOuter} 在目录命令外设置选项默认值。
\command{SetTocOuter}[\oarg{扩展名}\marg{键值列表}]\newtagv[Changed]{2024es}%
- 设置上述不同类型目录可选参数的默认值。若不指定目录文件的 \meta{扩展名},则除了 \option{title} 和章节标题目录的 \option{level} 选项外对所有目录生效。对于索引和参考文献列表命令 \meta{扩展名} 分别为 \code{idx} 和 \code{bbl}。必选参数中的 \meta{键值列表} 选项如下:
+ 设置上述不同类型目录可选参数的默认值。若不指定目录文件的 \meta{扩展名},则除了 \option{title} 和章节标题目录的 \option{level} 选项外对所有目录生效。对于索引和参考文献列表 \meta{扩展名} 分别为 \code{idx} 和 \code{bbl}。必选参数中的 \meta{键值列表} 选项如下:
\keyval{level}{标题命令}
设定输出目录标题的命令。如果使用 \option{title} 选项设置了双语标题则需要配合双语标题命令。
\begin{ctexexam}
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-01-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2025-01-03 22:50:24 UTC (rev 73290)
@@ -14,7 +14,7 @@
% This work has the LPPL maintenance status `maintained'.
%<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
%<*class>
-\ProvidesExplClass{easybook}{2025/01/01}{2025a}
+\ProvidesExplClass{easybook}{2025/01/03}{2025b}
{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/01}{2025a}
+\ProvidesExplPackage{easybase}{2025/01/03}{2025b}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -3008,7 +3008,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/01}{2025a}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/03}{2025b}
{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-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.ins 2025-01-03 22:50:24 UTC (rev 73290)
@@ -1,5 +1,5 @@
%
-% 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-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2025-01-03 22:50:24 UTC (rev 73290)
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2025/01/01}{2025a}
+\ProvidesExplPackage{easybase}{2025/01/03}{2025b}
{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-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2025-01-03 22:50:24 UTC (rev 73290)
@@ -19,7 +19,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2025/01/01}{2025a}
+\ProvidesExplClass{easybook}{2025/01/03}{2025b}
{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-03 22:50:15 UTC (rev 73289)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2025-01-03 22:50:24 UTC (rev 73290)
@@ -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/01}{2025a}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2025/01/03}{2025b}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
More information about the tex-live-commits
mailing list.