texlive[61167] Master/texmf-dist: easybook (27nov21)

commits+karl at tug.org commits+karl at tug.org
Sat Nov 27 22:21:30 CET 2021


Revision: 61167
          http://tug.org/svn/texlive?view=revision&revision=61167
Author:   karl
Date:     2021-11-27 22:21:30 +0100 (Sat, 27 Nov 2021)
Log Message:
-----------
easybook (27nov21)

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-11-27 21:21:15 UTC (rev 61166)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2021-11-27 21:21:30 UTC (rev 61167)
@@ -20,7 +20,7 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK 使用手册,
-    version         = v1.40Z,
+    version         = v1.41,
     date            = 2021/11/25,
     authors         = 瞿毅,
     info            = 排版简体中文学位论文和书籍,

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-11-27 21:21:15 UTC (rev 61166)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-11-27 21:21:30 UTC (rev 61167)
@@ -15,7 +15,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/11/25}{1.40Z}
+\ProvidesExplClass{easybook}{2021/11/25}{1.41}
   {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/25}{1.40Z}
+\ProvidesExplPackage{easybase}{2021/11/25}{1.41}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -927,11 +927,12 @@
     \dim_set:Nn \footnotesep { \dim_use:N \box_ht:N \strutbox }
     \bool_if:NT \l__eb_chap_counter_withpart_bool
       { \counterwithin*{chapter}{part} }
-    \str_case:Vn \l__eb_foot_counter_parent_choice_tl
+    \str_case:VnT \l__eb_foot_counter_parent_choice_tl
       {
         { part } { \counterwithin*{footnote}{part} }
         { page } { \counterwithin*{footnote}{page} }
       }
+      { \counterwithout*{footnote}{chapter} }
     \eb_fnpara_if_pos_bottom:
   }
 \cs_new_protected:Npn \setspread #1 { \linespread{#1}\selectfont }
@@ -2380,7 +2381,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/25}{1.40Z}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/25}{1.41}
   {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-11-27 21:21:15 UTC (rev 61166)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-11-27 21:21:30 UTC (rev 61167)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/11/25}{1.40Z}
+\ProvidesExplPackage{easybase}{2021/11/25}{1.41}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -622,11 +622,12 @@
     \dim_set:Nn \footnotesep { \dim_use:N \box_ht:N \strutbox }
     \bool_if:NT \l__eb_chap_counter_withpart_bool
       { \counterwithin*{chapter}{part} }
-    \str_case:Vn \l__eb_foot_counter_parent_choice_tl
+    \str_case:VnT \l__eb_foot_counter_parent_choice_tl
       {
         { part } { \counterwithin*{footnote}{part} }
         { page } { \counterwithin*{footnote}{page} }
       }
+      { \counterwithout*{footnote}{chapter} }
     \eb_fnpara_if_pos_bottom:
   }
 \cs_new_protected:Npn \setspread #1 { \linespread{#1}\selectfont }

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-11-27 21:21:15 UTC (rev 61166)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-11-27 21:21:30 UTC (rev 61167)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/11/25}{1.40Z}
+\ProvidesExplClass{easybook}{2021/11/25}{1.41}
   {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-11-27 21:21:15 UTC (rev 61166)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2021-11-27 21:21:30 UTC (rev 61167)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/25}{1.40Z}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/25}{1.41}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \setexercise #1



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