diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-01 21:50:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-01 21:50:25 +0000 |
commit | 59e22e13f06ba242e9a3e85cb4d49c1e1628336e (patch) | |
tree | 571980c72dc927f9c788429163b0bfec93808071 /Master/texmf-dist/tex/latex/easybook | |
parent | c0a04d3ba1dac0866092e10723c6dc57869f8e9f (diff) |
easybook (1mar22)
git-svn-id: svn://tug.org/texlive/trunk@62320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/easybook')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index 02873247ec1..e7abde1d534 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybase.sty +++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty @@ -20,8 +20,8 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2022/02/28}{1.633} - {Typeset Chinese theses or books} +\ProvidesExplPackage{easybase}{2022/03/01}{1.634} + {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } \cs_generate_variant:Nn \dim_sign:n { V } @@ -1429,7 +1429,6 @@ } \tl_gset:Nn \marginfont { \l__eb_subfont_marginpar_tl } -\DeclareCaptionLabelFormat{parens}{\bothIfFirst{#1}{~}(#2)} \eb_seq_map_inline:nn { table,figure,listing } { @@ -1449,7 +1448,6 @@ \captionsetup[table]{font = eb@table@font} \captionsetup[figure]{font = eb@figure@font} \captionsetup[lstlisting]{font = eb@listing@font} -\captionsetup[subfigure]{labelformat = parens,font = eb@figure@font} \ctex_at_end_package:nn { bicaption } { \captionsetup[figure][bi-second]{name = Figure} @@ -1774,7 +1772,7 @@ aboveskip = 0.5\baselineskip, belowskip = 0.5\baselineskip, abovecaptionskip = -1ex, - belowcaptionskip = 1.5ex, + belowcaptionskip = 2ex, keepspaces = true, escapeinside = {(*}{*)}, frame = single, diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 2125dee7c9a..6063dc0f32c 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -20,8 +20,8 @@ %% This work has the LPPL maintenance status `maintained'. \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2022/02/28}{1.633} - {Typeset Chinese theses or books} +\ProvidesExplClass{easybook}{2022/03/01}{1.634} + {Easily typesetting Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool \bool_set_false:N \l__eb_title_newline_bool diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg index 9315e4ef3cf..eec668a6ef9 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/28}{1.633} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/03/01}{1.634} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |