summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-28 21:00:55 +0000
committerKarl Berry <karl@freefriends.org>2022-02-28 21:00:55 +0000
commitf11c72529e2b5e7d6343e6ea8b9b3ebd3414524d (patch)
tree936e72fc772479227ef3b739a3c3d2a8b8c026bd
parent82ecff2d3809f3c6ddcbe45671e2d6c721a1fd73 (diff)
easybook (28feb22)
git-svn-id: svn://tug.org/texlive/trunk@62286 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin578301 -> 578235 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex18
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg2
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check1
7 files changed, 15 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index 77f9802048c..de14f6c53f7 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.pdf
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.tex b/Master/texmf-dist/doc/latex/easybook/easybook.tex
index 26e858b92e2..08c5a5c4fb6 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -21,8 +21,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v1.632,
- date = 2022/02/25,
+ version = v1.633,
+ date = 2022/02/28,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
@@ -74,17 +74,15 @@
\clist_use:Nn \l_tmpa_clist {#1}
}
% Add delimiters to parameters
-\newcommand{\newsplitarg}[4][\splitmeta]
+\newcommand{\newsplitarg}[4][\code{,}]
{
\newcommand{#2}[1]
- {\code{\textcolor{argument}{#3\textnormal{#1{##1}}#4}}}
+ {\code{\textcolor{argument}{#3\textnormal{\splitmeta[#1]{##1}}#4}}}
}
\newsplitarg{\splitoarg}{[}{]}
\newsplitarg{\splitdarg}{(}{)}
\newsplitarg{\splitmarg}{\{}{\}}
-% Separator with vertical bar as parameter
-\newcommand{\barmeta}{\splitmeta[\code{|}]}
-\newsplitarg[\barmeta]{\baroarg}{[}{]}
+\newsplitarg[\code{|}]{\baroarg}{[}{]}
\newcommand{\harg}{\textcolor{argument}{\code{-}}}
% Remove default braces of values
\RenewDocumentCommand{\key}{s}
@@ -350,7 +348,7 @@
\listoffigures[level = \bichapter,title = {图片索引,List of Figures}]
\end{ctexexam}
\keyval{multoc}{整数}\Default{2}
- 与 \module*{style} 模块的 \option{multoc} 选项具有相同的效果,但是具有优先性且可单独设置不同类型目录的排版栏数。\meta{整数} 为目录栏数,不指定栏数值则默认为双栏。
+ 设置目录的排版栏数。\meta{整数} 代表目录栏数,不指定栏数的值则默认为双栏。
\kvsplit{title}{中文目录标题,英文目录标题}
用于更改目录的标题。标题之间用一个英文逗号分开,也可以只有一部分,表示中文目录的标题。当设置了英文目录标题时,英文目录标题将会自动加入文档主目录 \cs*{tableofcontents}\parg{} 命令。
\keychoice{bilist}{mix,new}\Default{new}
@@ -465,7 +463,7 @@
\keyval{color-every}{HTML颜色代码}
统一设置主题的各部分颜色。参数是6个十六进制数字组成的 \code{HTML} 颜色代码,任意颜色的代码可以在常见的图片处理工具拾色器中查看。
\keyval{multoc}{整数}\Default{2}
- 使目录多栏排版,与\ref{sec:document command} 中目录命令的同名选项有相同效果。
+ 设置目录的排版栏数,与\ref{sec:document command} 中目录命令的同名选项有相同效果。
\keybool{withpart}\Default{false}
使章标题跟随部分计数器编号,当开启新的一部分时章编号从1开始。
\keychoice{fntnumwith}{part,chapter,page}\Default{chapter}
@@ -892,7 +890,7 @@
\keyval{tocformat}{条目格式}\dtag\smodule{tocset}%
目录中各级别条目的格式。可以设置条目字体和加入垂直间距等,垂直间距最好使用防止垂直间距重合的 \cs*{addvspace} 命令。
\keyval{tocformat+}{条目格式}\dtag
- 与 \option{tocformat} 用法一样,只是在已有的格式命令后附加代码。
+ 与选项 \option{tocformat} 用法一样,只是在已有的格式命令后附加代码。
\keyval{tocindent}{刚性长度}\dtag
目录条目左边的缩进距离,通常条目级别越低缩进越大。
\keyval{tocrule}{引导线命令}\dtag
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index 682a69138bf..f2b80e1c53c 100644
--- a/Master/texmf-dist/source/latex/easybook/easybook.dtx
+++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/25}{1.632}
+\ProvidesExplClass{easybook}{2022/02/28}{1.633}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -303,7 +303,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/25}{1.632}
+\ProvidesExplPackage{easybase}{2022/02/28}{1.633}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2272,7 +2272,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/25}{1.632}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/28}{1.633}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index 8f506d4f94b..02873247ec1 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/25}{1.632}
+\ProvidesExplPackage{easybase}{2022/02/28}{1.633}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index b234876be97..2125dee7c9a 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/25}{1.632}
+\ProvidesExplClass{easybook}{2022/02/28}{1.633}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index db61a11d574..9315e4ef3cf 100644
--- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
+++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/25}{1.632}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/28}{1.633}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 51248d67481..e225db660db 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -933,6 +933,7 @@ my @TLP_no_check = (
"gustlib", # not on ctan, requested from gust
"gustprog", # not on ctan, gust
"guide-to-latex", # not on ctan, book examples, ok
+ "hitex", # binary
"hyperref-docsrc", # not on ctan, awaiting hyperref doc volunteer
"impatient-fr", # has one spurious blank line difference; if ever updated again, hopefully we'll notice
"jadetex", # too old to owrry about