summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-10 20:37:26 +0000
committerKarl Berry <karl@freefriends.org>2021-10-10 20:37:26 +0000
commitc6c7cf1cf9b605c8e3fea08c6bf965128a55a54d (patch)
tree6e83d0d37fc9a95f12558d3fca6c14b3558c24a7 /Master/texmf-dist/tex/latex
parent97db755284364da76ffb24ef1c719f8b7aae00fb (diff)
easybook (10oct21)
git-svn-id: svn://tug.org/texlive/trunk@60721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty12
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls4
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg4
3 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index a1b6188eb44..15f494c98fe 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `package')
-%% 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
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\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 }
@@ -1389,13 +1389,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,
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 017b9de9b81..e70635c60f3 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `class')
-%% 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
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\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
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index 111023cd3da..6b02d7ffc9b 100644
--- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
+++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `tcolorbox')
-%% 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
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\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 }