texlive[71254] Master/texmf-dist: easybook (13may24)

commits+karl at tug.org commits+karl at tug.org
Mon May 13 21:51:53 CEST 2024


Revision: 71254
          https://tug.org/svn/texlive?view=revision&revision=71254
Author:   karl
Date:     2024-05-13 21:51:53 +0200 (Mon, 13 May 2024)
Log Message:
-----------
easybook (13may24)

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-13 19:51:43 UTC (rev 71253)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex	2024-05-13 19:51:53 UTC (rev 71254)
@@ -23,8 +23,8 @@
     name            = easybook,
     color-scheme    = blue,
     title           = EASYBOOK使用手册,
-    version         = v2024bo,
-    date            = 2024/05/12,
+    version         = v2024bp,
+    date            = 2024/05/13,
     authors         = 瞿毅,
     info            = 简便地排版中文学位论文或书籍,
     email           = toquyi at 163.com,
@@ -47,7 +47,7 @@
 \addtokomafont{subsubsection}{\normalfont\sffamily}
 \DeclareTOCStyleEntry[entryformat = \sffamily]{default}{section}
 \DeclareFieldFormat[book]{title}{\textsf{#1}}
-\geometry{margin = 1in,marginparwidth = 0.6in}
+\geometry{margin = 1in,marginparwidth = 0.6in,footskip = 0.5in}
 \SetEnumitemValue{label}{smallbullet}{\small\color{DarkBlue}\textbullet}
 \setlist{nosep,topsep = \smallskipamount,labelsep = 0.5em}
 \setlist[1]{labelindent = \parindent}

Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-05-13 19:51:43 UTC (rev 71253)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx	2024-05-13 19:51:53 UTC (rev 71254)
@@ -14,7 +14,7 @@
 % This work has the LPPL maintenance status `maintained'.
 %<*class>
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/05/12}{2024bo}
+\ProvidesExplClass{easybook}{2024/05/13}{2024bp}
   {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/12}{2024bo}
+\ProvidesExplPackage{easybase}{2024/05/13}{2024bp}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -436,7 +436,6 @@
       }
   }
 \ctex_disable_package:n { nccfoots }
-\ctex_disable_package:n { setspace }
 \ctex_disable_package:n { tocloft }
 \ctex_disable_package:n { titlesec }
 
@@ -1053,6 +1052,7 @@
   }
 \cs_set_eq:NN \eb@@makefntext \@makefntext
 \cs_set_eq:NN \eb@@footnotetext \@footnotetext
+\cs_set_eq:NN \eb@@mpfootnotetext \@mpfootnotetext
 \ctex_at_end_package:nn { footmisc }
   {
     \eb_package_date_check:nn { footmisc } { 2022/02/10 }
@@ -1076,7 +1076,11 @@
     hang,~symbol,~perpage,~marginal~or~flushmargin \\
     options~of~'footmisc'~package.
   }
-
+\ctex_at_end_package:nn { setspace }
+  {
+    \cs_set_eq:NN \@footnotetext \eb@@footnotetext
+    \cs_set_eq:NN \@mpfootnotetext \eb@@mpfootnotetext
+  }
 \cs_set_protected:Npn \footref #1
   {
     \group_begin:
@@ -2553,7 +2557,7 @@
   }
 %</package>
 %<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/12}{2024bo}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/13}{2024bp}
   {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-13 19:51:43 UTC (rev 71253)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty	2024-05-13 19:51:53 UTC (rev 71254)
@@ -20,7 +20,7 @@
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
 \RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/05/12}{2024bo}
+\ProvidesExplPackage{easybase}{2024/05/13}{2024bp}
   {Easily typesetting Chinese theses or books}
 
 \cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -155,7 +155,6 @@
       }
   }
 \ctex_disable_package:n { nccfoots }
-\ctex_disable_package:n { setspace }
 \ctex_disable_package:n { tocloft }
 \ctex_disable_package:n { titlesec }
 
@@ -772,6 +771,7 @@
   }
 \cs_set_eq:NN \eb@@makefntext \@makefntext
 \cs_set_eq:NN \eb@@footnotetext \@footnotetext
+\cs_set_eq:NN \eb@@mpfootnotetext \@mpfootnotetext
 \ctex_at_end_package:nn { footmisc }
   {
     \eb_package_date_check:nn { footmisc } { 2022/02/10 }
@@ -795,7 +795,11 @@
     hang,~symbol,~perpage,~marginal~or~flushmargin \\
     options~of~'footmisc'~package.
   }
-
+\ctex_at_end_package:nn { setspace }
+  {
+    \cs_set_eq:NN \@footnotetext \eb@@footnotetext
+    \cs_set_eq:NN \@mpfootnotetext \eb@@mpfootnotetext
+  }
 \cs_set_protected:Npn \footref #1
   {
     \group_begin:

Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-05-13 19:51:43 UTC (rev 71253)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls	2024-05-13 19:51:53 UTC (rev 71254)
@@ -19,7 +19,7 @@
 %% 
 %% This work has the LPPL maintenance status `maintained'.
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/05/12}{2024bo}
+\ProvidesExplClass{easybook}{2024/05/13}{2024bp}
   {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-13 19:51:43 UTC (rev 71253)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg	2024-05-13 19:51:53 UTC (rev 71254)
@@ -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/12}{2024bo}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/05/13}{2024bp}
   {Customization of tcolorbox for easybook}
 
 \cs_set_protected:Npn \addtotcbstyle #1#2



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