diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-11 21:54:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-11 21:54:16 +0000 |
commit | 9a533d3fbf05287b99226fdcdf4e1a0af5510a42 (patch) | |
tree | dbe53c1c7d780a085e3a30c9f76316af67a87d12 /Master/texmf-dist/tex | |
parent | 6981d9f5465cd5432cfb27196814914d44fd0b56 (diff) |
easybook (11feb22)
git-svn-id: svn://tug.org/texlive/trunk@61980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index bbb40f0e933..e9915d03a86 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/10}{1.622} +\ProvidesExplPackage{easybase}{2022/02/11}{1.623} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -587,7 +587,7 @@ \ctex_define:nn { hdrset } { fnindent .dim_set:N = \footindent, - fnindent .initial:n = 0.75em, + fnindent .initial:n = 0.8em, fnparskip .skip_set:N = \footparskip, fnparskip .initial:n = 0ex, fnparindent .tl_set:N = \footparindent, @@ -1463,7 +1463,7 @@ table .fp_set:N = \l__eb_spread_table_fp, table .initial:n = 1.354, math .fp_set:N = \l__eb_spread_math_fp, - math .initial:n = 1.3, + math .initial:n = 1.354, footnote .fp_set:N = \l__eb_spread_footnote_fp, footnote .initial:n = 1.2, caption-table .fp_set:N = \l__eb_spread_cap_table_fp, diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 238378ea8a2..cf42e113c75 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/10}{1.622} +\ProvidesExplClass{easybook}{2022/02/11}{1.623} {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 e5fe700b19c..d1f1de6f919 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/10}{1.622} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/11}{1.623} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |