summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-03 20:23:32 +0000
committerKarl Berry <karl@freefriends.org>2022-05-03 20:23:32 +0000
commit23d6bfdbd2861cbd9950350b8913561a39bc3f09 (patch)
treeb0ac8256b6f50e73213771f46bb06fa9492131c8
parentaaa29eb6558fafd102d2d38c6a80602d1e2b7ff9 (diff)
easybook (3may22)
git-svn-id: svn://tug.org/texlive/trunk@63217 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin591122 -> 591121 bytes
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.tex4
-rw-r--r--Master/texmf-dist/source/latex/easybook/easybook.dtx16
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty12
-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, 28 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index b0ba222f532..c650bd28d4a 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 05256561033..a85792d8763 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -21,8 +21,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v1.682,
- date = 2022/05/01,
+ version = v1.683,
+ date = 2022/05/02,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi@163.com,
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index 2a1c0e3d78d..4d64ffcd4a2 100644
--- a/Master/texmf-dist/source/latex/easybook/easybook.dtx
+++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/05/01}{1.682}
+\ProvidesExplClass{easybook}{2022/05/02}{1.683}
{Easily typesetting Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -303,7 +303,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/05/01}{1.682}
+\ProvidesExplPackage{easybase}{2022/05/02}{1.683}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -1073,6 +1073,16 @@
\group_end:
\H@@footnotemark
}
+\cs_set:Npn \@xfootnote [#1]
+ {
+ \group_begin:
+ \int_set:cn { c@\@mpfn } {#1}
+ \unrestored@protected@xdef\@thefnmark{\thempfn}
+ \unrestored@protected@xdef\@the@up@fnmark{\theupfootnote}
+ \group_end:
+ \@footnotemark
+ \@footnotetext
+ }
\cs_set_protected:Npn \footnote
{
\peek_meaning:NTF [
@@ -2323,7 +2333,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/01}{1.682}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/02}{1.683}
{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 b5025d83cd5..d972200369e 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}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/05/01}{1.682}
+\ProvidesExplPackage{easybase}{2022/05/02}{1.683}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -790,6 +790,16 @@
\group_end:
\H@@footnotemark
}
+\cs_set:Npn \@xfootnote [#1]
+ {
+ \group_begin:
+ \int_set:cn { c@\@mpfn } {#1}
+ \unrestored@protected@xdef\@thefnmark{\thempfn}
+ \unrestored@protected@xdef\@the@up@fnmark{\theupfootnote}
+ \group_end:
+ \@footnotemark
+ \@footnotetext
+ }
\cs_set_protected:Npn \footnote
{
\peek_meaning:NTF [
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index e82de446952..830bed9ae37 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/05/01}{1.682}
+\ProvidesExplClass{easybook}{2022/05/02}{1.683}
{Easily typesetting Chinese theses or books}
\bool_set_false: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 9eb53259226..cf81850ab61 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}{2022/05/01}{1.682}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/02}{1.683}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2