diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-10 20:37:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-10 20:37:26 +0000 |
commit | c6c7cf1cf9b605c8e3fea08c6bf965128a55a54d (patch) | |
tree | 6e83d0d37fc9a95f12558d3fca6c14b3558c24a7 /Master/texmf-dist | |
parent | 97db755284364da76ffb24ef1c719f8b7aae00fb (diff) |
easybook (10oct21)
git-svn-id: svn://tug.org/texlive/trunk@60721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.pdf | bin | 578164 -> 578151 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.dtx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 4 |
7 files changed, 27 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf Binary files differindex 643ed6dca62..65946962f3c 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook.pdf +++ b/Master/texmf-dist/doc/latex/easybook/easybook.pdf diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.tex b/Master/texmf-dist/doc/latex/easybook/easybook.tex index 925276e8c10..52c0a6f0c36 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook.tex +++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex @@ -12,11 +12,11 @@ name = easybook, color-scheme = blue, title = EASYBOOK 使用手册, - version = v1.3G, - date = 2021/10/06, + version = v1.3H, + date = 2021/10/10, authors = 瞿毅, info = 排版简体中文学位论文和书籍, - email = quee123@foxmail.com, + email = q1jx@foxmail.com, url = https://gitee.com/texl3/easybook, abstract = { @@ -449,13 +449,13 @@ \begin{options} \keyval-{line}{数值}\Module{spread}\Default{1.3} 正文行距因子,C\TeX 原有的行距选项 \option*{linespread} 失效。 - \keyval-{table}{数值}\Default{1.1} + \keyval-{table}{数值}\Default{1.2} 表格行距因子,对传统表格环境 \env*{tabular}、\env*{tabularx} 以及 \pkg*{tabularray} 宏包的 \env{tblr} 环境生效,同时 \env{tblr} 也自带有 \option*{stretch} 选项设置行距。 - \keyval-{math}{数值}\Default{1.1} + \keyval-{math}{数值}\Default{1.2} 数学环境的行距因子,包含了 \pkg*{amsmath} 和 \pkg*{mathtools} 宏包提供的公式环境。 - \keyval-{caption}{数值}\Default{1.1} + \keyval-{caption}{数值}\Default{1.2} 图片、表格和代码题注的行距因子。 - \keyval-{footnote}{数值}\Default{1.1} + \keyval-{footnote}{数值}\Default{1.2} 脚注内容整体的行距因子,可以使用 \option{fntext-form} 的代码覆盖每个脚注单独的行距,从而与不同脚注的段落间距不同。 \begin{ctexexam} \spread{footnote = 1.3} diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx index 87098257ca2..fa75daded41 100644 --- a/Master/texmf-dist/source/latex/easybook/easybook.dtx +++ b/Master/texmf-dist/source/latex/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 } diff --git a/Master/texmf-dist/source/latex/easybook/easybook.ins b/Master/texmf-dist/source/latex/easybook/easybook.ins index 9ffc418c6ef..7088d8688f5 100644 --- a/Master/texmf-dist/source/latex/easybook/easybook.ins +++ b/Master/texmf-dist/source/latex/easybook/easybook.ins @@ -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 @@ -19,7 +19,7 @@ \usedir{tex/latex/easybook} \preamble -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 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 } |