diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-05 21:42:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-05 21:42:07 +0000 |
commit | 12ac83f490d6410efcbb4f9cda35be26d7479e8d (patch) | |
tree | 5c61b556cb24ddc9b121b1a6f673bacfe362d35a /Master/texmf-dist/tex | |
parent | 92f35a8bd8314ba4441fa11497add8ca4e5a8c47 (diff) |
easybook (5jan24)
git-svn-id: svn://tug.org/texlive/trunk@69304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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, 4 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty index d5fd7459603..c676c24a885 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybase.sty +++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty @@ -113,7 +113,6 @@ \seq_map_function:NN \l_tmpb_seq \eb_match_load_package:n } -\cs_gset_eq:NN \PackageWarning \PackageInfo \msg_redirect_module:nnn { hooks } { warning } { info } \bool_set_true:N \l__eb_class_mode_book_bool @@ -903,7 +902,6 @@ } \cs_new_protected:Npn \eb_fncustom_format_initial: { - % \ebhdrset{fntext-code = { }} \bool_set_false:N \l__eb_normal_footnote_bool \bool_if:NF \l__eb_fncustom_format_match_bool { @@ -1368,8 +1366,8 @@ { biname .code:n = \ctex_assign_heading_name:nn { bichapter } {#1}, biname .initial:n = Chapter\space, - binmuber .tl_set:N = \CTEX@bichapter@number, - binmuber .initial:n = \arabic{chapter} + binumber .tl_set:N = \CTEX@bichapter@number, + binumber .initial:n = \arabic{chapter} } \cs_new_protected:Npn \eb_counter_zero:n #1 { \eb_seq_map_inline:nn {#1} { \setcounter{##1}{0} } } @@ -1521,8 +1519,6 @@ \skip_set:Nn \textfloatsep { 12pt plus 4pt minus 3pt } \skip_set:Nn \dbltextfloatsep { 12pt plus 4pt minus 3pt } \skip_set:Nn \multicolsep { 12pt plus 4pt minus 3pt } -%% \int_gset:Nn \vbadness { 10000 } -%% \int_gset:Nn \hbadness { 10000 } \setcounter{topnumber}{4} \setcounter{bottomnumber}{4} \setcounter{totalnumber}{8} @@ -1829,7 +1825,6 @@ { breaklines = true, resetmargins = true, - % numbers = left, numberstyle = \footnotesize, basewidth = 0.5em, columns = flexible, diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index d54c042f7ba..1854f1ebefa 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}{2024/01/04}{2024A} +\ProvidesExplClass{easybook}{2024/01/05}{2024B} {Easily typesetting 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 f8220e4ba14..1e6f17cbe10 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}{2024/01/04}{2024A} +\ProvidesExplFile{eb-tcolorbox.cfg}{2024/01/05}{2024B} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 |