diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-19 22:58:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-19 22:58:51 +0000 |
commit | aed39258e5ad434172043bc056b61e14af6cb031 (patch) | |
tree | 22e0c1afb6689a789ea20b258e8e7be220c9111b | |
parent | 4accdfbcc44ca5177da273fc05c59ae820114668 (diff) |
easybook (19jan21)
git-svn-id: svn://tug.org/texlive/trunk@57471 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook-demo.pdf | bin | 308553 -> 308556 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook-demo.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.pdf | bin | 234522 -> 234567 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/easybook/easybook.cls | 4 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook-demo.pdf b/Master/texmf-dist/doc/latex/easybook/easybook-demo.pdf Binary files differindex 71496575c96..18c3384f52e 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook-demo.pdf +++ b/Master/texmf-dist/doc/latex/easybook/easybook-demo.pdf diff --git a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex index 2c9a7ae8994..e96e315e253 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex +++ b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex @@ -95,7 +95,7 @@ \edge~\url{https://latexstudio.net} \\ \url{https://ctan.org/pkg/easybook} } - \date{2021/01/18\hskip\ccwd\relax v1.21f} + \date{2021/01/19\hskip\ccwd\relax v1.21h} } \begin{document} diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf Binary files differindex 8cdd54c31a6..f3f39b11b1d 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 aa6248434b4..3f465f79df9 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook.tex +++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex @@ -8,7 +8,7 @@ \title{\sffamily easybook书籍文档类} \author{瞿毅} -\date{2021/01/18\hskip\ccwd\relax v1.21f\thanks{\url{https://gitee.com/texl3/easybook}}} +\date{2021/01/19\hskip\ccwd\relax v1.21h\thanks{\url{https://gitee.com/texl3/easybook}}} \begin{document} \maketitle @@ -544,4 +544,4 @@ \IndexLayout \PrintChanges \PrintIndex -\end{document}
\ No newline at end of file +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls index 59eee8726eb..934e5dc1df3 100644 --- a/Master/texmf-dist/tex/latex/easybook/easybook.cls +++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls @@ -9,7 +9,7 @@ %% https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e} \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2021/01/18}{1.21f}{} +\ProvidesExplClass{easybook}{2021/01/19}{1.21h}{} \cs_generate_variant:Nn \keys_define:nn {nx} \cs_generate_variant:Nn \int_to_arabic:n {v} @@ -93,7 +93,6 @@ \PassOptionsToPackage{CJKmath = true}{xeCJK} \LoadClass[UTF8]{ctexbook} -\bool_set_true:N \l__backend_bibtex_bool \bool_new:N \l__capdash_bool \bool_new:N \l__multoc_bool \bool_new:N \l__chap_withpart_bool @@ -1004,6 +1003,7 @@ colback = #1!15!white,#2 }{#3} +\bool_set_true:N \l__backend_bibtex_bool \tl_new:N \l__bib_mysty_tl \tl_new:N \l__bib_style_tl \tl_new:N \l__bib_citesty_tl |