summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-05-13 19:51:53 +0000
committerKarl Berry <karl@freefriends.org>2024-05-13 19:51:53 +0000
commitc1a29e32ba0378558f9880774f99065985840c5a (patch)
tree33f3cb49adb9da30859e4649b659b10e3a13150d
parentbf732ce56e7a6c7c11eaf331e701acd6450f5f56 (diff)
easybook (13may24)
git-svn-id: svn://tug.org/texlive/trunk@71254 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin632184 -> 632177 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex6
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx14
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty10
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg2
6 files changed, 21 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index d39bbfb09f7..bea8bdcc6b7 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.pdf
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.tex b/Master/texmf-dist/doc/latex/easybook/easybook.tex
index 558f5dde4de..929e65a67ec 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -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@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}
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index 3ebd0799247..cc85f0b20aa 100644
--- a/Master/texmf-dist/source/latex/easybook/easybook.dtx
+++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx
@@ -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
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index 78dd12dd720..ac6c6a3d517 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -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:
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 220a6b5eec8..5bab9ae8c43 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -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
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index fea29c72b1e..d077c519b6f 100644
--- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
+++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
@@ -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