summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/easybook')
-rw-r--r--macros/latex/contrib/easybook/easybook.dtx6
-rw-r--r--macros/latex/contrib/easybook/easybook.pdfbin583250 -> 584506 bytes
-rw-r--r--macros/latex/contrib/easybook/easybook.tex24
3 files changed, 18 insertions, 12 deletions
diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx
index 18a9524c2c..6dc44b2621 100644
--- a/macros/latex/contrib/easybook/easybook.dtx
+++ b/macros/latex/contrib/easybook/easybook.dtx
@@ -15,7 +15,7 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e}
-\ProvidesExplClass{easybook}{2021/11/29}{1.41C}
+\ProvidesExplClass{easybook}{2021/12/01}{1.41D}
{Typeset Chinese theses or books}
\bool_set_false:N \l__eb_compile_draft_bool
@@ -325,7 +325,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{l3keys2e,etoolbox}
-\ProvidesExplPackage{easybase}{2021/11/29}{1.41C}
+\ProvidesExplPackage{easybase}{2021/12/01}{1.41D}
{Typeset Chinese theses or books}
\cs_generate_variant:Nn \dim_set:Nn { NV }
@@ -2404,7 +2404,7 @@
}
%</package>
%<*tcolorbox>
-\ProvidesExplFile{eb-tcolorbox.cfg}{2021/11/29}{1.41C}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2021/12/01}{1.41D}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \setexercise #1
diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf
index c039368412..820fa838ad 100644
--- a/macros/latex/contrib/easybook/easybook.pdf
+++ b/macros/latex/contrib/easybook/easybook.pdf
Binary files differ
diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex
index af55466e62..af6381fc97 100644
--- a/macros/latex/contrib/easybook/easybook.tex
+++ b/macros/latex/contrib/easybook/easybook.tex
@@ -20,8 +20,8 @@
name = easybook,
color-scheme = blue,
title = EASYBOOK 使用手册,
- version = v1.41C,
- date = 2021/11/29,
+ version = v1.41D,
+ date = 2021/12/01,
authors = 瞿毅,
info = 排版简体中文学位论文和书籍,
email = q1jx@foxmail.com,
@@ -185,19 +185,25 @@
\ding{72} 需要注意正确\textbf{编译索引}要增加 \code{-shell-escape} 命令行选项。
\subsection{依赖宏包}
-以下为 \pkg*{easybase} 直接调用的关键宏包清单。灰色的宏包表示并未调用它们,但做了一些预配置,可在导言区手动载入以实现相关的功能。
+以下为 \pkg*{easybase} 直接调用的关键宏包清单,通常情况下它们是常用且稳定的。棕色背景的宏包表示修改了或依赖它们的内部命令。青色背景的宏包表示并未调用它们,但做了一些预配置,可在导言区手动载入以实现相关的功能。
\insertblr
{
colspec = @{}*{5}{c}@{},
hline{1,6} = {1pt,Blue},
cells = {cmd = \pkg*},
- cell{5}{2-5} = {font = \color{gray}}
+ cell{1}{3,4} = brown8,
+ cell{2}{5} = brown8,
+ cell{3}{2,4} = brown8,
+ cell{5}{1} = brown8,
+ cell{1}{2} = cyan8,
+ cell{3}{1,4} = cyan8,
+ cell{5}{2} = cyan8
}{
- ctex & spbmark & ulem & enumitem & etoolbox \\
- siunitx & pifont & amsthm & thmtools & marginnote \\
- pdfpages & multicol & fancyhdr & titletoc & tabularray \\
- setspace & listings & chemformula & geometry & caption \\
- hyperref & bicaption & imakeidx & mathtools & tcolorbox
+ amsthm & bicaption & ctex & caption & chemformula \\
+ enumitem & etoolbox & fancyhdr & geometry & hyperref \\
+ imakeidx & listings & marginnote & mathtools & multicol \\
+ pifont & pdfpages & siunitx & spbmark & setspace \\
+ thmtools & tcolorbox & ulem & titletoc & tabularray
}
\section{文档类选项}