texlive[71169] Master/texmf-dist: easybook (4may24)

commits+karl at tug.org commits+karl at tug.org
Sat May 4 21:46:43 CEST 2024


Revision: 71169
          https://tug.org/svn/texlive?view=revision&revision=71169
Author:   karl
Date:     2024-05-04 21:46:42 +0200 (Sat, 04 May 2024)
Log Message:
-----------
easybook (4may24)

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	2024-05-04 19:46:33 UTC (rev 71168)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2024-05-04 19:46:42 UTC (rev 71169)
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2024be,
-    date            = 2024/05/01,
+    version         = v2024bf,
+    date            = 2024/05/03,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-05-04 19:46:33 UTC (rev 71168)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-05-04 19:46:42 UTC (rev 71169)
@@ -14,7 +14,7 @@
 % This work has the LPPL maintenance status `maintained'.
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/05/01}{2024be}
+\ProvidesExplClass{easybook}{2024/05/03}{2024bf}
   {Easily typesetting Chinese theses or books}
 
 \bool_new:N \l__eb_compile_draft_bool
@@ -301,7 +301,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/05/01}{2024be}
+\ProvidesExplPackage{easybase}{2024/05/03}{2024bf}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1154,19 +1154,17 @@
 \bool_set_true:N \l__eb_normal_footnote_bool
 \bool_new:N \l__eb_fnmarktext_format_match_bool
 \bool_new:N \l__eb_fncustom_format_match_bool
+\cs_new:Npn \eb_fnmarktext_format_clear:n #1
+  {
+    \bool_if:cTF { l__eb_fn#1_format_match_bool }
+      { \tl_clear:N \l__eb_fnmarktext_format_tl }
+      { \spbset{spcmd = { }} }
+  }
 \cs_new_protected:Npn \eb_fnmarktext_format_initial:
   {
     \bool_if:NTF \l__eb_normal_footnote_bool
-      {
-        \bool_if:NTF \l__eb_fnmarktext_format_match_bool
-          { \tl_clear:N \l__eb_fnmarktext_format_tl }
-          { \spbset{spcmd = { }} }
-      }
-      {
-        \bool_if:NTF \l__eb_fncustom_format_match_bool
-          { \tl_clear:N \l__eb_fnmarktext_format_tl }
-          { \spbset{spcmd = { }} }
-      }
+      { \eb_fnmarktext_format_clear:n { marktext } }
+      { \eb_fnmarktext_format_clear:n { custom } }
     \eb at font@footnote
   }
 \cs_new_protected:Npn \defupfntmark #1
@@ -1302,7 +1300,6 @@
             \use:c {#1}*{\phantomsection ##3}
             \CTEX at addtocline{#1}{##2}
             \tl_if_empty:oF {##4} { \CTEX at addbitocline{#1}{##4} }
-            \tl_set:Nn \l__eb__bitoc_mark_title_level_tl {#1}
             \use:c { #1mark }{##2}
           }{
             \stepcounter{bi#1}
@@ -2243,7 +2240,7 @@
     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         = \eb at bib@bitoc at title,
+    bititle .tl_set:N         = \bibibname,
     bititle .initial:n        = Bibliography,
     unknown .code:n           = \eb_msg_deprecated_option:n { bib }
   }
@@ -2288,8 +2285,8 @@
 \cs_new_protected:Npn \eb_biber_toc_title:n #1
   {
     \bool_if:NTF \l__eb_class_mode_book_bool
-      { \bichapter*{#1}{\eb at bib@bitoc at title} }
-      { \bisection*{#1}{\eb at bib@bitoc at title} }
+      { \bichapter*{#1}{\bibibname} }
+      { \bisection*{#1}{\bibibname} }
   }
 \cs_new_protected:Npn \eb_biber_biblatex_set:
   {
@@ -2537,7 +2534,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/01}{2024be}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/03}{2024bf}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-05-04 19:46:33 UTC (rev 71168)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-05-04 19:46:42 UTC (rev 71169)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/05/01}{2024be}
+\ProvidesExplPackage{easybase}{2024/05/03}{2024bf}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -873,19 +873,17 @@
 \bool_set_true:N \l__eb_normal_footnote_bool
 \bool_new:N \l__eb_fnmarktext_format_match_bool
 \bool_new:N \l__eb_fncustom_format_match_bool
+\cs_new:Npn \eb_fnmarktext_format_clear:n #1
+  {
+    \bool_if:cTF { l__eb_fn#1_format_match_bool }
+      { \tl_clear:N \l__eb_fnmarktext_format_tl }
+      { \spbset{spcmd = { }} }
+  }
 \cs_new_protected:Npn \eb_fnmarktext_format_initial:
   {
     \bool_if:NTF \l__eb_normal_footnote_bool
-      {
-        \bool_if:NTF \l__eb_fnmarktext_format_match_bool
-          { \tl_clear:N \l__eb_fnmarktext_format_tl }
-          { \spbset{spcmd = { }} }
-      }
-      {
-        \bool_if:NTF \l__eb_fncustom_format_match_bool
-          { \tl_clear:N \l__eb_fnmarktext_format_tl }
-          { \spbset{spcmd = { }} }
-      }
+      { \eb_fnmarktext_format_clear:n { marktext } }
+      { \eb_fnmarktext_format_clear:n { custom } }
     \eb at font@footnote
   }
 \cs_new_protected:Npn \defupfntmark #1
@@ -1021,7 +1019,6 @@
             \use:c {#1}*{\phantomsection ##3}
             \CTEX at addtocline{#1}{##2}
             \tl_if_empty:oF {##4} { \CTEX at addbitocline{#1}{##4} }
-            \tl_set:Nn \l__eb__bitoc_mark_title_level_tl {#1}
             \use:c { #1mark }{##2}
           }{
             \stepcounter{bi#1}
@@ -1962,7 +1959,7 @@
     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         = \eb at bib@bitoc at title,
+    bititle .tl_set:N         = \bibibname,
     bititle .initial:n        = Bibliography,
     unknown .code:n           = \eb_msg_deprecated_option:n { bib }
   }
@@ -2007,8 +2004,8 @@
 \cs_new_protected:Npn \eb_biber_toc_title:n #1
   {
     \bool_if:NTF \l__eb_class_mode_book_bool
-      { \bichapter*{#1}{\eb at bib@bitoc at title} }
-      { \bisection*{#1}{\eb at bib@bitoc at title} }
+      { \bichapter*{#1}{\bibibname} }
+      { \bisection*{#1}{\bibibname} }
   }
 \cs_new_protected:Npn \eb_biber_biblatex_set:
   {

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-05-04 19:46:33 UTC (rev 71168)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-05-04 19:46:42 UTC (rev 71169)
@@ -19,7 +19,7 @@
 %% 
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/05/01}{2024be}
+\ProvidesExplClass{easybook}{2024/05/03}{2024bf}
   {Easily typesetting Chinese theses or books}
 
 \bool_new: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	2024-05-04 19:46:33 UTC (rev 71168)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2024-05-04 19:46:42 UTC (rev 71169)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/01}{2024be}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/03}{2024bf}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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