summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-01 21:50:25 +0000
committerKarl Berry <karl@freefriends.org>2022-03-01 21:50:25 +0000
commit59e22e13f06ba242e9a3e85cb4d49c1e1628336e (patch)
tree571980c72dc927f9c788429163b0bfec93808071 /Master
parentc0a04d3ba1dac0866092e10723c6dc57869f8e9f (diff)
easybook (1mar22)
git-svn-id: svn://tug.org/texlive/trunk@62320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook.pdfbin578235 -> 578236 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.sty8
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls4
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg2
6 files changed, 15 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf
index de14f6c53f7..ceb98385b3e 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 08c5a5c4fb6..da00857bb86 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex
@@ -21,10 +21,10 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v1.633,
- date = 2022/02/28,
+ version = v1.634,
+ date = 2022/03/01,
authors = 瞿毅,
- info = 排版简体中文学位论文和书籍,
+ info = 简便地排版中文学位论文或书籍,
email = q1jx@foxmail.com,
url = https://gitee.com/texl3/easybook,
abstract =
diff --git a/Master/texmf-dist/source/latex/easybook/easybook.dtx b/Master/texmf-dist/source/latex/easybook/easybook.dtx
index f2b80e1c53c..1afc5048589 100644
--- a/Master/texmf-dist/source/latex/easybook/easybook.dtx
+++ b/Master/texmf-dist/source/latex/easybook/easybook.dtx
@@ -15,8 +15,8 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/28}{1.633}
- {Typeset Chinese theses or books}
+\ProvidesExplClass{easybook}{2022/03/01}{1.634}
+ {Easily typesetting Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
\bool_set_false:N \l__eb_title_newline_bool
@@ -303,8 +303,8 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/28}{1.633}
- {Typeset Chinese theses or books}
+\ProvidesExplPackage{easybase}{2022/03/01}{1.634}
+ {Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
\cs_generate_variant:Nn \dim_sign:n { V }
@@ -1712,7 +1712,6 @@
}
\tl_gset:Nn \marginfont { \l__eb_subfont_marginpar_tl }
-\DeclareCaptionLabelFormat{parens}{\bothIfFirst{#1}{~}(#2)}
\eb_seq_map_inline:nn
{ table,figure,listing }
{
@@ -1732,7 +1731,6 @@
\captionsetup[table]{font = eb@table@font}
\captionsetup[figure]{font = eb@figure@font}
\captionsetup[lstlisting]{font = eb@listing@font}
-\captionsetup[subfigure]{labelformat = parens,font = eb@figure@font}
\ctex_at_end_package:nn { bicaption }
{
\captionsetup[figure][bi-second]{name = Figure}
@@ -2057,7 +2055,7 @@
aboveskip = 0.5\baselineskip,
belowskip = 0.5\baselineskip,
abovecaptionskip = -1ex,
- belowcaptionskip = 1.5ex,
+ belowcaptionskip = 2ex,
keepspaces = true,
escapeinside = {(*}{*)},
frame = single,
@@ -2272,7 +2270,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/02/28}{1.633}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/03/01}{1.634}
{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 02873247ec1..e7abde1d534 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -20,8 +20,8 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/02/28}{1.633}
- {Typeset Chinese theses or books}
+\ProvidesExplPackage{easybase}{2022/03/01}{1.634}
+ {Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
\cs_generate_variant:Nn \dim_sign:n { V }
@@ -1429,7 +1429,6 @@
}
\tl_gset:Nn \marginfont { \l__eb_subfont_marginpar_tl }
-\DeclareCaptionLabelFormat{parens}{\bothIfFirst{#1}{~}(#2)}
\eb_seq_map_inline:nn
{ table,figure,listing }
{
@@ -1449,7 +1448,6 @@
\captionsetup[table]{font = eb@table@font}
\captionsetup[figure]{font = eb@figure@font}
\captionsetup[lstlisting]{font = eb@listing@font}
-\captionsetup[subfigure]{labelformat = parens,font = eb@figure@font}
\ctex_at_end_package:nn { bicaption }
{
\captionsetup[figure][bi-second]{name = Figure}
@@ -1774,7 +1772,7 @@
aboveskip = 0.5\baselineskip,
belowskip = 0.5\baselineskip,
abovecaptionskip = -1ex,
- belowcaptionskip = 1.5ex,
+ belowcaptionskip = 2ex,
keepspaces = true,
escapeinside = {(*}{*)},
frame = single,
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 2125dee7c9a..6063dc0f32c 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -20,8 +20,8 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/02/28}{1.633}
- {Typeset Chinese theses or books}
+\ProvidesExplClass{easybook}{2022/03/01}{1.634}
+ {Easily typesetting Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
\bool_set_false:N \l__eb_title_newline_bool
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index 9315e4ef3cf..eec668a6ef9 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/02/28}{1.633}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/03/01}{1.634}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2