summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook/easybook.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/easybook/easybook.dtx')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 87098257ca..fa75daded4 100644
--- a/macros/latex/contrib/easybook/easybook.dtx
+++ b/macros/latex/contrib/easybook/easybook.dtx
@@ -1,5 +1,5 @@
%
-% Copyright (C) 2021 by Qu Yi <quee123@foxmail.com>
+% Copyright (C) 2021 by Yi Qu <q1jx@foxmail.com>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/10/06}{1.3G}
+\ProvidesExplClass{easybook}{2021/10/10}{1.3H}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -319,7 +319,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/10/06}{1.3G}
+\ProvidesExplPackage{easybase}{2021/10/10}{1.3H}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1688,13 +1688,13 @@
line .fp_set:N = \l__eb_spread_line_fp,
line .initial:n = 1.3,
table .fp_set:N = \l__eb_spread_table_fp,
- table .initial:n = 1.1,
+ table .initial:n = 1.2,
math .fp_set:N = \l__eb_spread_math_fp,
- math .initial:n = 1.1,
+ math .initial:n = 1.2,
caption .fp_set:N = \l__eb_spread_caption_fp,
- caption .initial:n = 1.1,
+ caption .initial:n = 1.2,
footnote .fp_set:N = \l__eb_spread_footnote_fp,
- footnote .initial:n = 1.1,
+ footnote .initial:n = 1.2,
spread-all .meta:n =
{
line = #1,
@@ -2385,7 +2385,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/10/06}{1.3G}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/10/10}{1.3H}
{Customization of tcolorbox for easybook}
\tl_gset:Nn \eb@tc@line@skip { 0.5\baselineskip }