texlive[70236] branches/branch2023.final/Master/texmf-dist: easybook

commits+karl at tug.org commits+karl at tug.org
Wed Feb 28 22:28:36 CET 2024


Revision: 70236
          https://tug.org/svn/texlive?view=revision&revision=70236
Author:   karl
Date:     2024-02-28 22:28:36 +0100 (Wed, 28 Feb 2024)
Log Message:
-----------
easybook (branch) (28feb24)

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

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

Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/easybook/easybook.tex
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/easybook/easybook.tex	2024-02-28 21:28:25 UTC (rev 70235)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/easybook/easybook.tex	2024-02-28 21:28:36 UTC (rev 70236)
@@ -10,7 +10,7 @@
 \definecolorscheme{blue}
   {
     cs          => violet,
-    option      => Green,
+    option      => DarkGreen,
     cnltx       => DarkBlue,
     link        => DeepPink,
     module      => FireBrick,
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2024al,
-    date            = 2024/02/25,
+    version         = v2024an,
+    date            = 2024/02/28,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,
@@ -1401,7 +1401,7 @@
   \shortversion{v = 1.638,date = 2022/03/04,changes = 增加目录条目样式选项注册命令 \cs{RegisterTocName}。}
   \shortversion{v = 1.644,date = 2022/03/10,changes = 增加浮动环境目录声明命令 \cs{DeclareFloatList} 配合 \pkg*{caption} 宏包。}
   \shortversion{v = 1.682,date = 2022/05/01,changes = 将迷你页判断命令 \cs{notminipage} 改为被保护命令兼容 \pkg*{circledtext} 宏包。}
-  \begin{version}[v = 2024al,date = 2024/02/25]
+  \begin{version}[v = 2024an,date = 2024/02/28]
   \fixed
   \item 修复图表等浮动环境题注目录中条目标签编号的计数器值显示错误问题。
   \item 修复附录命令 \cs{appendix} 的可选参数设置英文目录中条目名字和编号失效的问题。

Modified: branches/branch2023.final/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- branches/branch2023.final/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-02-28 21:28:25 UTC (rev 70235)
+++ branches/branch2023.final/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-02-28 21:28:36 UTC (rev 70236)
@@ -15,7 +15,7 @@
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2024/02/25}{2024al}
+\ProvidesExplClass{easybook}{2024/02/28}{2024an}
   {Easily typesetting Chinese theses or books}
 
 \bool_new:N \l__eb_compile_draft_bool
@@ -297,7 +297,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2024/02/25}{2024al}
+\ProvidesExplPackage{easybase}{2024/02/28}{2024an}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -668,9 +668,9 @@
 
 \cs_set:Npn \markdouble #1 { \markboth{#1}{\ifbool{@twoside}{#1}{}} }
 \cs_new:Npn \eb at level@markdouble #1#2
-  { \markdouble{\use:c { eb at mark@#1 at whole } {#2}} }
+  { \markdouble{\use:c { eb at mark@#1 at whole }{#2}} }
 \cs_new:Npn \eb at level@markright #1#2
-  { \markright{\use:c { eb at mark@#1 at whole } {#2}} }
+  { \markright{\use:c { eb at mark@#1 at whole }{#2}} }
 \cs_gset:Npn \chaptermark #1 { \eb at level@markdouble{chapter}{#1} }
 \cs_gset:Npn \sectionmark #1
   {
@@ -2390,7 +2390,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/02/25}{2024al}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/02/28}{2024an}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2

Modified: branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-02-28 21:28:25 UTC (rev 70235)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-02-28 21:28:36 UTC (rev 70236)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2024/02/25}{2024al}
+\ProvidesExplPackage{easybase}{2024/02/28}{2024an}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -391,9 +391,9 @@
 
 \cs_set:Npn \markdouble #1 { \markboth{#1}{\ifbool{@twoside}{#1}{}} }
 \cs_new:Npn \eb at level@markdouble #1#2
-  { \markdouble{\use:c { eb at mark@#1 at whole } {#2}} }
+  { \markdouble{\use:c { eb at mark@#1 at whole }{#2}} }
 \cs_new:Npn \eb at level@markright #1#2
-  { \markright{\use:c { eb at mark@#1 at whole } {#2}} }
+  { \markright{\use:c { eb at mark@#1 at whole }{#2}} }
 \cs_gset:Npn \chaptermark #1 { \eb at level@markdouble{chapter}{#1} }
 \cs_gset:Npn \sectionmark #1
   {

Modified: branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-02-28 21:28:25 UTC (rev 70235)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-02-28 21:28:36 UTC (rev 70236)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2024/02/25}{2024al}
+\ProvidesExplClass{easybook}{2024/02/28}{2024an}
   {Easily typesetting Chinese theses or books}
 
 \bool_new:N \l__eb_compile_draft_bool

Modified: branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2024-02-28 21:28:25 UTC (rev 70235)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2024-02-28 21:28:36 UTC (rev 70236)
@@ -18,7 +18,7 @@
 %% LaTeX version 2005/12/01 or later.
 %% 
 %% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/02/25}{2024al}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/02/28}{2024an}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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