summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-06 21:33:43 +0000
committerKarl Berry <karl@freefriends.org>2024-01-06 21:33:43 +0000
commit3d137498d7dd81216f1f5001776c978d58c7d09e (patch)
treea9e9e98ab7e256f6b8f606a61fc88078072602fd /Master/texmf-dist/tex
parent469e475dd440fb08ffe7695e7972b7cb359dd017 (diff)
easybook (6jan24)
git-svn-id: svn://tug.org/texlive/trunk@69317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybase.sty2
-rw-r--r--Master/texmf-dist/tex/latex/easybook/easybook.cls36
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg2
3 files changed, 19 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/easybase.sty b/Master/texmf-dist/tex/latex/easybook/easybase.sty
index c676c24a885..78851adbae2 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybase.sty
+++ b/Master/texmf-dist/tex/latex/easybook/easybase.sty
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2024/01/04}{2024A}
+\ProvidesExplPackage{easybase}{2024/01/06}{2024C}
{Easily typesetting Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
diff --git a/Master/texmf-dist/tex/latex/easybook/easybook.cls b/Master/texmf-dist/tex/latex/easybook/easybook.cls
index 1854f1ebefa..29afa6db73e 100644
--- a/Master/texmf-dist/tex/latex/easybook/easybook.cls
+++ b/Master/texmf-dist/tex/latex/easybook/easybook.cls
@@ -20,7 +20,7 @@
%% This work has the LPPL maintenance status `maintained'.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2024/01/05}{2024B}
+\ProvidesExplClass{easybook}{2024/01/06}{2024C}
{Easily typesetting Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -33,29 +33,29 @@
\keys_define:nn { easybook }
{
- newline .code:n = \bool_set_true:N \l__eb_title_newline_bool,
- scheme .code:n = \eb_put_ctexbook:n { scheme = #1 },
- enmode .meta:n = { newline,scheme = plain },
- font .choices:nn =
+ newline .code:n = \bool_set_true:N \l__eb_title_newline_bool,
+ scheme .code:n = \eb_put_ctexbook:n { scheme = #1 },
+ enmode .meta:n = { newline,scheme = plain },
+ font .choices:nn =
{ noto,times,times*,ebgaramond,libertine,palatino,auto }
{ \tl_set:Nn \l__eb_font_value_tl {#1} },
- font .value_required:n = true,
- font .initial:n = auto,
- cjkfont .code:n = \eb_put_ctexbook:n { fontset = #1 },
- mathfont .tl_set:N = \l__eb_mathfont_value_tl,
- mathfont .initial:n = times,
- paper .code:n = \PassOptionsToPackage{#1}{geometry},
+ font .value_required:n = true,
+ font .initial:n = auto,
+ cjkfont .code:n = \eb_put_ctexbook:n { fontset = #1 },
+ mathfont .tl_set:N = \l__eb_mathfont_value_tl,
+ mathfont .initial:n = times,
+ paper .code:n = \PassOptionsToPackage{#1}{geometry},
class .choice:,
- class .value_required:n = true,
- class/book .code:n = { },
- class/article .code:n =
+ class .value_required:n = true,
+ class/book .code:n = { },
+ class/article .code:n =
{
\bool_set_false:N \l__eb_class_mode_book_bool
\eb_put_ctexbook:n { oneside }
},
- config .clist_gset:N = \g__eb_config_file_clist,
- floatpage .bool_set:N = \l__eb_float_page_bool,
- theorem .bool_set:N = \l__eb_theorem_support_bool,
+ config .clist_gset:N = \g__eb_config_file_clist,
+ floatpage .bool_set:N = \l__eb_float_page_bool,
+ theorem .bool_set:N = \l__eb_theorem_support_bool,
unknown .code:n = \clist_gput_right:NV \g__eb_doc_options_clist \CurrentOption
}
@@ -242,7 +242,6 @@
tocdepth = \bool_if:NTF \l__eb_class_mode_book_bool { 1 } { 2 },
part =
{
- pagestyle = empty,
format = \color{ctex@frame}\sffamily\Huge,
nameformat = { },
titleformat = { },
@@ -255,7 +254,6 @@
},
chapter =
{
- % pagestyle = fancy,
format =
{
\color{ctex@frame}\sffamily\LARGE
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index 1e6f17cbe10..9789852e673 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}{2024/01/05}{2024B}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2024/01/06}{2024C}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2