summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-31 21:13:38 +0000
committerKarl Berry <karl@freefriends.org>2022-01-31 21:13:38 +0000
commit3026fd04ac9918ddf041473ba6d60791a4eca3d0 (patch)
treef5f730c6c27b8d5ddabf3294ec992f6ae3a1ace6
parent5cc8fec8e88d40cff4f5e3e0dc83c0232833feff (diff)
easybook (31jan22)
git-svn-id: svn://tug.org/texlive/trunk@61822 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin575831 -> 575824 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex8
-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
6 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index 03cc97c9ccc..2380b1c3d29 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 2f36d844358..0a8668bd864 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.56,
- date = 2022/01/30,
+ version = v1.58,
+ date = 2022/01/31,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
@@ -698,8 +698,8 @@
\begin{options}\noitemsep
\keyval-{headruleskip}{页眉线间距}\Module{geoset}\Default*{0pt}
\keyval-{footruleskip}{页脚线间距}\Default*{3.5pt}
- \kvsplit*{hdivide}{左边距,页面文本宽度,右边距}
- \kvsplit*{hmargin}{左边距,右边距}
+ \kvsplit*{hdivide}{左边距,页面文本宽度,右边距}\default{}
+ \kvsplit*{hmargin}{左边距,右边距}\default{}
\keyval*-{textheight}{页面文本高度}\default{}
\keybool*{nofoot}\Default*{false}
\begin{ctexexam}
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index 66e8b05c307..7c5b54edddd 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/01/30}{1.56}
+\ProvidesExplClass{easybook}{2022/01/31}{1.58}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -305,7 +305,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/01/30}{1.56}
+\ProvidesExplPackage{easybase}{2022/01/31}{1.58}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2343,7 +2343,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/30}{1.56}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/31}{1.58}
{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 4427e9c0232..e4f0fdac27e 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/01/30}{1.56}
+\ProvidesExplPackage{easybase}{2022/01/31}{1.58}
{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 9adbefcd3fe..7ef4689f25a 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/01/30}{1.56}
+\ProvidesExplClass{easybook}{2022/01/31}{1.58}
{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 296472ab1a0..fa3fcc2f3b3 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/01/30}{1.56}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/31}{1.58}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2