diff options
author | Norbert Preining <norbert@preining.info> | 2021-11-18 03:01:00 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-11-18 03:01:00 +0000 |
commit | 7e5bae9f39f1b8dea13498651e7d8f7f3b0f34a3 (patch) | |
tree | 69962ce03fb965f6dd0ae18801652a644bee71a6 /macros/latex/contrib/easybook/easybook.dtx | |
parent | 210a940181d3ba84d3a77ac4c21466fa398d61d5 (diff) |
CTAN sync 202111180301
Diffstat (limited to 'macros/latex/contrib/easybook/easybook.dtx')
-rw-r--r-- | macros/latex/contrib/easybook/easybook.dtx | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx index 2e023285a0..4d5a690443 100644 --- a/macros/latex/contrib/easybook/easybook.dtx +++ b/macros/latex/contrib/easybook/easybook.dtx @@ -15,7 +15,7 @@ %<*class> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/11/16}{1.40Q} +\ProvidesExplClass{easybook}{2021/11/16}{1.40R} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -325,7 +325,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2021/11/16}{1.40Q} +\ProvidesExplPackage{easybase}{2021/11/16}{1.40R} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1789,7 +1789,6 @@ \setcounter{totalnumber}{8} \allowdisplaybreaks[4] \everymath{\displaystyle} -\tl_gset:Nn \ULthickness { \l__eb_rule_width_dim } \DeclareGraphicsExtensions{.pdf,.png,.jpg,.eps,.tif} \cs_set_protected:Npn \hangpara #1#2 @@ -2088,7 +2087,7 @@ } \bool_set_true:N \l__eb_backend_bibtex_bool -\tl_new:N \l__eb_bib_all_style_tl +\tl_new:N \l__eb_bib_both_style_tl \tl_new:N \l__eb_bib_cite_style_tl \clist_new:N \l__eb_bib_datafile_clist @@ -2098,7 +2097,7 @@ backend .value_required:n = true, backend/bibtex .code:n = { }, backend/biblatex .code:n = \bool_set_false:N \l__eb_backend_bibtex_bool, - bibstyle .code:n = \tl_set:Nn \l__eb_bib_all_style_tl {#1}, + bibstyle .code:n = \tl_set:Nn \l__eb_bib_both_style_tl {#1}, bibstyle .value_required:n = true, bibstyle .initial:n = numerical, citestyle .code:n = \tl_set:Nn \l__eb_bib_cite_style_tl {#1}, @@ -2111,7 +2110,7 @@ \cs_new_protected:Npn \eb_natbib_bibtex_set: { \LoadPackage[sort&compress]{natbib} - \str_case:VnTF \l__eb_bib_all_style_tl + \str_case:VnTF \l__eb_bib_both_style_tl { { numerical } { @@ -2147,7 +2146,7 @@ { \PassOptionsToPackage{#1}{biblatex} } \cs_new_protected:Npn \eb_biblatex_biber_set: { - \str_case:VnF \l__eb_bib_all_style_tl + \str_case:VnF \l__eb_bib_both_style_tl { { numerical } { \use_i:nnn } { authoryear } { \use_ii:nnn } @@ -2155,7 +2154,7 @@ { \use_iii:nnn } { \eb_put_biblatex:n { style = gb7714-2015 } } { \eb_put_biblatex:n { style = gb7714-2015ay } } - { \eb_put_biblatex:n { style = \l__eb_bib_all_style_tl } } + { \eb_put_biblatex:n { style = \l__eb_bib_both_style_tl } } \tl_if_empty:NF \l__eb_bib_cite_style_tl { \eb_put_biblatex:n { citestyle = \l__eb_bib_cite_style_tl } } \LoadPackage[backend = biber]{biblatex} @@ -2327,7 +2326,7 @@ } } -\cs_new:Npn \eb_allow_url_break: +\cs_new_protected:Npn \eb_allow_url_break: { \eb_appto_cmd:Nn \UrlBreaks { @@ -2394,7 +2393,7 @@ } %</package> %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/16}{1.40Q} +\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/16}{1.40R} {Customization of tcolorbox for easybook} \tl_gset:Nn \eb@tc@line@skip { 0.5\baselineskip } |