texlive[63121] Master/texmf-dist: easybook (24apr22)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 24 22:10:47 CEST 2022
Revision: 63121
http://tug.org/svn/texlive?view=revision&revision=63121
Author: karl
Date: 2022-04-24 22:10:46 +0200 (Sun, 24 Apr 2022)
Log Message:
-----------
easybook (24apr22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
trunk/Master/texmf-dist/source/latex/easybook/easybook.ins
trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2022-04-24 20:10:46 UTC (rev 63121)
@@ -21,11 +21,11 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v1.65,
- date = 2022/03/18,
+ version = v1.68,
+ date = 2022/04/24,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
- email = q1jx at foxmail.com,
+ email = toquyi at 163.com,
url = https://gitee.com/texl3/easybook,
abstract =
{
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2022-04-24 20:10:46 UTC (rev 63121)
@@ -1,5 +1,5 @@
%
-% Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+% Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/03/18}{1.65}
+\ProvidesExplClass{easybook}{2022/04/24}{1.68}
{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/03/18}{1.65}
+\ProvidesExplPackage{easybase}{2022/04/24}{1.68}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2322,7 +2322,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/03/18}{1.65}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/04/24}{1.68}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.ins 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.ins 2022-04-24 20:10:46 UTC (rev 63121)
@@ -1,5 +1,5 @@
%
-% Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+% Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -19,7 +19,7 @@
\usedir{tex/latex/easybook}
\preamble
-Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2022-04-24 20:10:46 UTC (rev 63121)
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `package')
-%% Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+%% Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2022/03/18}{1.65}
+\ProvidesExplPackage{easybase}{2022/04/24}{1.68}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2022-04-24 20:10:46 UTC (rev 63121)
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `class')
-%% Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+%% Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2022/03/18}{1.65}
+\ProvidesExplClass{easybook}{2022/04/24}{1.68}
{Easily typesetting Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
Modified: trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2022-04-24 20:10:31 UTC (rev 63120)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2022-04-24 20:10:46 UTC (rev 63121)
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% easybook.dtx (with options: `tcolorbox')
-%% Copyright (C) 2021-2022 by Qu Yi <q1jx at foxmail.com>
+%% Copyright (C) 2021-2022 by Qu Yi <toquyi at 163.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/03/18}{1.65}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/04/24}{1.68}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
More information about the tex-live-commits
mailing list.