texlive[60221] Master/texmf-dist: easybook (11aug21)

commits+karl at tug.org commits+karl at tug.org
Wed Aug 11 22:16:11 CEST 2021


Revision: 60221
          http://tug.org/svn/texlive?view=revision&revision=60221
Author:   karl
Date:     2021-08-11 22:16:11 +0200 (Wed, 11 Aug 2021)
Log Message:
-----------
easybook (11aug21)

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-08-11 20:15:57 UTC (rev 60220)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2021-08-11 20:16:11 UTC (rev 60221)
@@ -11,8 +11,8 @@
   {
     name      = easybook,
     title     = EASYBOOK 使用手册,
-    version   = v1.28K,
-    date      = 2021/08/10,
+    version   = v1.28L,
+    date      = 2021/08/11,
     authors   = 瞿毅,
     info      = 排版简体中文学位论文和书籍,
     email     = quee123 at foxmail.com,

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-08-11 20:15:57 UTC (rev 60220)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2021-08-11 20:16:11 UTC (rev 60221)
@@ -8,7 +8,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/08/10}{1.28K}
+\ProvidesExplClass{easybook}{2021/08/11}{1.28L}
   {Typeset Chinese theses or books}
 
 \bool_set_false:N \l__eb_compile_draft_bool
@@ -292,7 +292,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/08/10}{1.28K}
+\ProvidesExplPackage{easybase}{2021/08/11}{1.28L}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_add:Nn { NV,Nv }
@@ -619,7 +619,7 @@
     \exp_args:Nc \NewDocumentCommand { eb at mark@#1 at label@layout }
       {O{\use:c { CTEXthe#1 }}m}
       {\tl_set:cn { eb at mark@#1 at label } {##1##2}}
-    \cs_new:cpn { eb_mark_#1_if_name:n } ##1
+    \cs_new:cpn { eb_mark_#1_name_parse:n } ##1
       {
         \tl_if_in:nnTF {##1} { [ }
           { \use:c { eb at mark@#1 at label@layout }##1 }
@@ -664,11 +664,11 @@
     subsec-mark .cs_set:Np  = \eb_fancyhf_subsection_mark:n #1,
     subsec-mark .initial:n  =
       { \CTEXifname{\eb at mark@subsection at label}{}#1 },
-    chap-label .code:n      = \eb_mark_chapter_if_name:n {#1},
+    chap-label .code:n      = \eb_mark_chapter_name_parse:n {#1},
     chap-label .initial:n   = \hspace{1em},
-    sec-label .code:n       = \eb_mark_section_if_name:n {#1},
+    sec-label .code:n       = \eb_mark_section_name_parse:n {#1},
     sec-label .initial:n    = \hspace{0.5em},
-    subsec-label .code:n    = \eb_mark_subsection_if_name:n {#1},
+    subsec-label .code:n    = \eb_mark_subsection_name_parse:n {#1},
     subsec-label .initial:n = \hspace{0.5em},
 
     headrule .tl_gset:N     = \headrule,
@@ -2396,7 +2396,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/08/10}{1.28K}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/08/11}{1.28L}
   {Customization of tcolorbox for easybook}
 
 \tl_gset:Nn \eb at tc@line at skip { 0.5\baselineskip }

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-08-11 20:15:57 UTC (rev 60220)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2021-08-11 20:16:11 UTC (rev 60221)
@@ -13,7 +13,7 @@
 %%   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/08/10}{1.28K}
+\ProvidesExplPackage{easybase}{2021/08/11}{1.28L}
   {Typeset Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_add:Nn { NV,Nv }
@@ -340,7 +340,7 @@
     \exp_args:Nc \NewDocumentCommand { eb at mark@#1 at label@layout }
       {O{\use:c { CTEXthe#1 }}m}
       {\tl_set:cn { eb at mark@#1 at label } {##1##2}}
-    \cs_new:cpn { eb_mark_#1_if_name:n } ##1
+    \cs_new:cpn { eb_mark_#1_name_parse:n } ##1
       {
         \tl_if_in:nnTF {##1} { [ }
           { \use:c { eb at mark@#1 at label@layout }##1 }
@@ -385,11 +385,11 @@
     subsec-mark .cs_set:Np  = \eb_fancyhf_subsection_mark:n #1,
     subsec-mark .initial:n  =
       { \CTEXifname{\eb at mark@subsection at label}{}#1 },
-    chap-label .code:n      = \eb_mark_chapter_if_name:n {#1},
+    chap-label .code:n      = \eb_mark_chapter_name_parse:n {#1},
     chap-label .initial:n   = \hspace{1em},
-    sec-label .code:n       = \eb_mark_section_if_name:n {#1},
+    sec-label .code:n       = \eb_mark_section_name_parse:n {#1},
     sec-label .initial:n    = \hspace{0.5em},
-    subsec-label .code:n    = \eb_mark_subsection_if_name:n {#1},
+    subsec-label .code:n    = \eb_mark_subsection_name_parse:n {#1},
     subsec-label .initial:n = \hspace{0.5em},
 
     headrule .tl_gset:N     = \headrule,

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-08-11 20:15:57 UTC (rev 60220)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2021-08-11 20:16:11 UTC (rev 60221)
@@ -13,7 +13,7 @@
 %%   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/08/10}{1.28K}
+\ProvidesExplClass{easybook}{2021/08/11}{1.28L}
   {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-08-11 20:15:57 UTC (rev 60220)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2021-08-11 20:16:11 UTC (rev 60221)
@@ -11,7 +11,7 @@
 %% conditions of the CC-BY 4.0 License.
 %% The latest version of this license is in
 %%   https://creativecommons.org/licenses/by/4.0/legalcode
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/08/10}{1.28K}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/08/11}{1.28L}
   {Customization of tcolorbox for easybook}
 
 \tl_gset:Nn \eb at tc@line at skip { 0.5\baselineskip }



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