summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-01 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2022-01-01 03:00:53 +0000
commit39877769ecfa442af71b4ddd1c266f401957cdd8 (patch)
tree06aaa106eb40b7e0b2ee91073f636bb5975e502c /macros/latex/contrib/easybook
parent2c09a813df08895666d3755db66718dcd501aee5 (diff)
CTAN sync 202201010300
Diffstat (limited to 'macros/latex/contrib/easybook')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx25
-rw-r--r--macros/latex/contrib/easybook/easybook.pdfbin594563 -> 594564 bytes
-rw-r--r--macros/latex/contrib/easybook/easybook.tex4
3 files changed, 14 insertions, 15 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 86fed33e09..881c1e2381 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/12/26}{1.42E}
+\ProvidesExplClass{easybook}{2021/12/31}{1.42F}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -307,7 +307,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/12/26}{1.42E}
+\ProvidesExplPackage{easybase}{2021/12/31}{1.42F}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2129,16 +2129,15 @@
\ctex_define:nn { bibset }
{
backend .choice:,
- 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_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},
- datafile .clist_set:N = \l__eb_bib_datafile_clist,
- bititle .tl_set:N = \l__eb_bib_en_bitoc_title_tl,
- bititle .initial:n = Bibliography,
+ backend .value_required:n = true,
+ backend/bibtex .code:n = \bool_set_true:N \l__eb_backend_bibtex_bool,
+ backend/biblatex .code:n = \bool_set_false:N \l__eb_backend_bibtex_bool,
+ bibstyle .tl_set:N = \l__eb_bib_both_style_tl,
+ bibstyle .initial:n = numerical,
+ citestyle .tl_set:N = \l__eb_bib_cite_style_tl,
+ datafile .clist_set:N = \l__eb_bib_datafile_clist,
+ bititle .tl_set:N = \l__eb_bib_en_bitoc_title_tl,
+ bititle .initial:n = Bibliography,
unknown .code:n = \eb_msg_abandon_option:n { bibset }
}
@@ -2432,7 +2431,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/26}{1.42E}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/31}{1.42F}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \setexercise #1
diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf
index 299886a6a5..2dcc78cc66 100644
--- a/macros/latex/contrib/easybook/easybook.pdf
+++ b/macros/latex/contrib/easybook/easybook.pdf
Binary files differ
diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex
index 9179fa3002..9ec728b7eb 100644
--- a/macros/latex/contrib/easybook/easybook.tex
+++ b/macros/latex/contrib/easybook/easybook.tex
@@ -20,8 +20,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK 使用手册,
- version = v1.42E,
- date = 2021/12/26,
+ version = v1.42F,
+ date = 2021/12/31,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,