diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.pdf | bin | 578235 -> 578236 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/easybook/easybook.dtx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybase.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg | 2 |
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 Binary files differindex de14f6c53f7..ceb98385b3e 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook.pdf +++ b/Master/texmf-dist/doc/latex/easybook/easybook.pdf 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 |