diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-19 20:19:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-19 20:19:38 +0000 |
commit | 097bf63042e521d1fc0912d1e1b76e6ef5ac77e3 (patch) | |
tree | b22209ec959aa9b221a1e2b5f8d2a3f815cd5d5a /Master/texmf-dist/tex | |
parent | 026225d689e0a217eb6b5cdb6fbd6207cc60013d (diff) |
easybook (19aug21)
git-svn-id: svn://tug.org/texlive/trunk@60275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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 | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index d03de597fe5..e6bf1e59fa5 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}{2021/08/16}{1.29} +\ProvidesExplPackage{easybase}{2021/08/18}{1.29c} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_add:Nn { NV,Nv } @@ -1060,7 +1060,7 @@ \newcounter{bichapter} \newcounter{bisection}[bichapter] \newcounter{bisubsection}[bisection] -\cs_set_protected:Npn \eb_current_label:n #1 +\cs_new_protected:Npn \eb_current_label:n #1 { \tl_set:Nx \@currentlabel { @@ -1099,7 +1099,7 @@ {\tl_gset:Nn \eb@before@addbitoc@hook {#2}} {\tl_gput_right:Nn \eb@before@addbitoc@hook {#2}} } -\cs_set_protected:Npn \CTEX@addbitocline #1#2 +\cs_new_protected:Npn \CTEX@addbitocline #1#2 { \group_begin: \def\CTEX@prechapter{\CTEX@prebichapter} @@ -1312,7 +1312,7 @@ \cs_set_eq:NN \imki@indexlevel \use_none:n \setkeys{imkiindex}{noclearpage} \IfValueT{#3}{\keys_set:nn { eb/listoc } {#3}} - \tl_set:Nn \imki@indexheaders + \cs_set_protected:Npn \imki@indexheaders { \eb_title_number_intoc_spec:nn {#2} {#1} \cs_set_eq:NN \thispagestyle \use_none:n @@ -1400,7 +1400,7 @@ \cs_new_protected:Npn \eb_put_newtxmath:n #1 { \PassOptionsToPackage{#1}{newtxmath} } -\AfterPreamble +\eb_at_end_preamble:n { \str_case:VnT \l__eb_subfont_math_choice_tl { @@ -1854,7 +1854,7 @@ \group_begin: \tl_set_eq:NN \eb@toc@title \bibname \IfValueT{##3}{ \keys_set:nn { eb/listoc } {##3} } - \cs_set:Npn \bibsection + \cs_set_protected:Npn \bibsection { \eb_title_number_intoc_spec:nn {##2} {##1} \bool_if:NT \l__eb_toc_multi_column_bool diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 788286ba650..3bcbfa56a2f 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}{2021/08/16}{1.29} +\ProvidesExplClass{easybook}{2021/08/18}{1.29c} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -68,7 +68,7 @@ } \ProcessKeysOptions{easybook} -\PassOptionsToPackage{CJKmath,quiet}{xeCJK} +\PassOptionsToPackage{no-math,quiet,CJKmath}{xeCJK} \eb_put_ctexbook:n { \g__eb_options_clist } \LoadClass[UTF8]{ctexbook} diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg index 066a9b641e2..ec2179670d0 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}{2021/08/16}{1.29} +\ProvidesExplFile{eb-tcolorbox.cfg}{2021/08/18}{1.29c} {Customization of tcolorbox for easybook} \tl_gset:Nn \eb@tc@line@skip { 0.5\baselineskip } |