diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-21 20:55:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-21 20:55:57 +0000 |
commit | 84a7607c0cc87322f08ec14cd4fa2c7f84ce9d9c (patch) | |
tree | ced13b29a3033dca8ec8ebc13a644f360911bf49 /Master/texmf-dist/tex/latex | |
parent | 77c027e24ee22abb66b248e87aac240528370e25 (diff) |
easybook (21feb22)
git-svn-id: svn://tug.org/texlive/trunk@62125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 9 | ||||
-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, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index a2846008391..9b1781b43d6 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/16}{1.629} +\ProvidesExplPackage{easybase}{2022/02/21}{1.63} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -289,7 +289,7 @@ vmargin = 2.54cm, hmargin = 3.17cm, columnsep = 2em, - headheight = 2.04cm, + headheight = 2.14cm, headsep = 0.4cm, footnotesep = 0.4cm, footskip = 0.79cm, @@ -369,6 +369,7 @@ { { all } { \text_uppercase:n } { first } { \text_titlecase_first:n } + { none* } { \text_lowercase:n } } } \ctex_define:nn { hdrset } @@ -1954,8 +1955,8 @@ \labelformat{table}{\tablename~#1} \tl_if_eq:NnTF \l__ctex_scheme_tl { chinese } { - \labelformat{section}{节 #1} - \labelformat{subsection}{小节 #1} + \labelformat{section}{节#1} + \labelformat{subsection}{小节#1} } { \labelformat{section}{Section~#1} diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index fefb36deea7..52a311aedfc 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/16}{1.629} +\ProvidesExplClass{easybook}{2022/02/21}{1.63} {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 b38065c52ae..398d02c1aed 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/16}{1.629} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/21}{1.63} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |