texlive[61455] Master/texmf-dist: easybook (31dec21)

commits+karl at tug.org commits+karl at tug.org
Fri Dec 31 21:59:17 CET 2021


Revision: 61455
          http://tug.org/svn/texlive?view=revision&revision=61455
Author:   karl
Date:     2021-12-31 21:59:17 +0100 (Fri, 31 Dec 2021)
Log Message:
-----------
easybook (31dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
    trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
    trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
    trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
    trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
    trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg

Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2021-12-31 10:40:15 UTC (rev 61454)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2021-12-31 20:59:17 UTC (rev 61455)
@@ -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 at foxmail.com,

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-12-31 10:40:15 UTC (rev 61454)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-12-31 20:59:17 UTC (rev 61455)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-12-31 10:40:15 UTC (rev 61454)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-12-31 20:59:17 UTC (rev 61455)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \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 }
@@ -1842,16 +1842,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 }
   }
 

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-12-31 10:40:15 UTC (rev 61454)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-12-31 20:59:17 UTC (rev 61455)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \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

Modified: trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2021-12-31 10:40:15 UTC (rev 61454)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2021-12-31 20:59:17 UTC (rev 61455)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\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



More information about the tex-live-commits mailing list.