texlive[72348] Master/texmf-dist: easybook (22sep24)
commits+karl at tug.org
commits+karl at tug.org
Sun Sep 22 22:21:50 CEST 2024
Revision: 72348
https://tug.org/svn/texlive?view=revision&revision=72348
Author: karl
Date: 2024-09-22 22:21:50 +0200 (Sun, 22 Sep 2024)
Log Message:
-----------
easybook (22sep24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/easybook/README.md
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/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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/easybook/README.md 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/doc/latex/easybook/README.md 2024-09-22 20:21:50 UTC (rev 72348)
@@ -1,5 +1,5 @@
# The `easybook` document class
-Easily typesetting Chinese theses or books (v2024dq)
+Easily typesetting Chinese theses or books (v2024ds)
## Abstract
`easybook` is a pure academic template created based on the `ctexbook` book document class. It also has the functions of `book` and `article` document class. Combined with the general framework design of the theses of many universities in China, providing multiple commands and interfaces allows users to easily customize the theses templates. Its basic macro package `easybase` can also be used with `ctex` and standard document classes.
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 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/doc/latex/easybook/easybook.tex 2024-09-22 20:21:50 UTC (rev 72348)
@@ -23,8 +23,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK使用手册,
- version = v2024dq,
- date = 2024/09/16,
+ version = v2024ds,
+ date = 2024/09/22,
authors = 瞿毅,
info = 简便地排版中文学位论文或书籍,
email = toquyi at 163.com,
Modified: trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/source/latex/easybook/easybook.dtx 2024-09-22 20:21:50 UTC (rev 72348)
@@ -14,7 +14,7 @@
% This work has the LPPL maintenance status `maintained'.
%<class|package>\NeedsTeXFormat{LaTeX2e}[2021/11/15]
%<*class>
-\ProvidesExplClass{easybook}{2024/09/16}{2024dq}
+\ProvidesExplClass{easybook}{2024/09/16}{2024ds}
{Easily typesetting Chinese theses or books}
\bool_new:N \l__eb_compile_draft_bool
@@ -301,7 +301,7 @@
%</class>
%<*package>
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/09/16}{2024dq}
+\ProvidesExplPackage{easybase}{2024/09/16}{2024ds}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -702,18 +702,18 @@
}
\cs_set:Npn \markdouble #1 { \markboth{#1}{\ifbool{@twoside}{#1}{}} }
-\cs_new:Npn \eb at level@markdouble #1#2
+\cs_new_protected:Npn \eb at level@markdouble #1#2
{ \markdouble{\use:c { eb at mark@#1 at whole }{#2}} }
-\cs_new:Npn \eb at level@markright #1#2
+\cs_new_protected:Npn \eb at level@markright #1#2
{ \markright{\use:c { eb at mark@#1 at whole }{#2}} }
\cs_gset:Npn \chaptermark #1 { \eb at level@markdouble{chapter}{#1} }
-\cs_gset:Npn \sectionmark #1
+\cs_gset:Npx \sectionmark #1
{
\bool_if:NTF \l__eb_class_mode_book_bool
{ \eb at level@markright{section}{#1} }
{ \eb at level@markdouble{section}{#1} }
}
-\cs_gset:Npn \subsectionmark #1
+\cs_gset:Npx \subsectionmark #1
{
\bool_if:NF \l__eb_class_mode_book_bool
{ \eb at level@markright{subsection}{#1} }
@@ -2850,7 +2850,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/16}{2024dq}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/16}{2024ds}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
@@ -2857,8 +2857,6 @@
{ \tcbset{#1/.append~style = {#2}} }
\cs_set_protected:Npn \deftcbstyle #1#2
{ \tcbset{#1/.style = {#2}} }
-\cs_new_protected:Npn \tcbappstyle
- { \@ifstar{\deftcbstyle}{\addtotcbstyle} }
\deftcbstyle{tc-easyboxi}
{
Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybase.sty 2024-09-22 20:21:50 UTC (rev 72348)
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
\RequirePackage{etoolbox}
-\ProvidesExplPackage{easybase}{2024/09/16}{2024dq}
+\ProvidesExplPackage{easybase}{2024/09/16}{2024ds}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -421,18 +421,18 @@
}
\cs_set:Npn \markdouble #1 { \markboth{#1}{\ifbool{@twoside}{#1}{}} }
-\cs_new:Npn \eb at level@markdouble #1#2
+\cs_new_protected:Npn \eb at level@markdouble #1#2
{ \markdouble{\use:c { eb at mark@#1 at whole }{#2}} }
-\cs_new:Npn \eb at level@markright #1#2
+\cs_new_protected:Npn \eb at level@markright #1#2
{ \markright{\use:c { eb at mark@#1 at whole }{#2}} }
\cs_gset:Npn \chaptermark #1 { \eb at level@markdouble{chapter}{#1} }
-\cs_gset:Npn \sectionmark #1
+\cs_gset:Npx \sectionmark #1
{
\bool_if:NTF \l__eb_class_mode_book_bool
{ \eb at level@markright{section}{#1} }
{ \eb at level@markdouble{section}{#1} }
}
-\cs_gset:Npn \subsectionmark #1
+\cs_gset:Npx \subsectionmark #1
{
\bool_if:NF \l__eb_class_mode_book_bool
{ \eb at level@markright{subsection}{#1} }
Modified: trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/tex/latex/easybook/easybook.cls 2024-09-22 20:21:50 UTC (rev 72348)
@@ -19,7 +19,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplClass{easybook}{2024/09/16}{2024dq}
+\ProvidesExplClass{easybook}{2024/09/16}{2024ds}
{Easily typesetting Chinese theses or books}
\bool_new: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 2024-09-22 20:21:15 UTC (rev 72347)
+++ trunk/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg 2024-09-22 20:21:50 UTC (rev 72348)
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/16}{2024dq}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/09/16}{2024ds}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
@@ -25,8 +25,6 @@
{ \tcbset{#1/.append~style = {#2}} }
\cs_set_protected:Npn \deftcbstyle #1#2
{ \tcbset{#1/.style = {#2}} }
-\cs_new_protected:Npn \tcbappstyle
- { \@ifstar{\deftcbstyle}{\addtotcbstyle} }
\deftcbstyle{tc-easyboxi}
{
More information about the tex-live-commits
mailing list.