diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-23 22:38:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-23 22:38:46 +0000 |
commit | ebc71f5f7e7a2bdc5e2f00c563891fdcef9ce269 (patch) | |
tree | 083b9e1b1719060355d6502663908f85199f6958 /Master/texmf-dist/doc/latex | |
parent | 65270aebeb50083284dbd843d7b40a323e28a57d (diff) |
easybook (23nov21)
git-svn-id: svn://tug.org/texlive/trunk@61129 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.pdf | bin | 579975 -> 582542 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/easybook.tex | 17 |
2 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook.pdf b/Master/texmf-dist/doc/latex/easybook/easybook.pdf Binary files differindex 1746468440f..9d88bbc59a5 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 a385bc26816..ad430de0319 100644 --- a/Master/texmf-dist/doc/latex/easybook/easybook.tex +++ b/Master/texmf-dist/doc/latex/easybook/easybook.tex @@ -20,7 +20,7 @@ name = easybook, color-scheme = blue, title = EASYBOOK 使用手册, - version = v1.40U, + version = v1.40V, date = 2021/11/22, authors = 瞿毅, info = 排版简体中文学位论文和书籍, @@ -719,11 +719,11 @@ \hdrset{footnotetype = {hang,bottom}} \end{ctexexam} \keyval-{fnindent}{刚性长度}\Default{0.75em} - 脚注首段的首行缩进,等于长度 \cs{footindent} 的值。 + 每个脚注首段的首行缩进(选项 \option*{hang} 为整体缩进),等于长度 \cs{footindent} 的值。 \keyval-{fnparskip}{弹性长度}\Default{0ex} - 脚注段落的间距,等于长度 \cs{footparskip} 的值。 + 不同脚注的段落间距,等于长度 \cs{footparskip} 的值。 \keyval-{fnparindent}{刚性长度}\Default{2em} - 脚注第二段及之后段落的首行缩进,等于长度 \cs{footparindent} 的值。 + 每个脚注第二段及之后段落的首行缩进,等于长度 \cs{footparindent} 的值。 \keychoice{fntext-pos}{normal,super}\Default{super} 设置脚注内容标记的位置,正常文本或是上标形式。 \keychoice{fnmark-num}{plain,pifont,pifont*,pisans,pisans*,short num}\Default{plain} @@ -1140,6 +1140,13 @@ \begin{environments} \environment{eqcomp}[\oarg{键值列表1}\darg{键值列表2}] 一些公式之后可以使用基于列表环境的 \env{eqcomp} 进行符号对照。对照列表的 \meta{键值列表2} 与 \pkg*{enumitem} 的选项相同,一般较少用到,可以用于设置垂直间距等。 + \begin{ctexexam} + \seteqcomp{intro = 上式中} + \begin{eqcomp}[width = 1.5em] + \symb{Ab}[$\to$] 符号说明1 + \symb{C}[---] 符号说明2 + \end{eqcomp} + \end{ctexexam} \end{environments} \begin{commands} @@ -1150,7 +1157,7 @@ \command{seteqcomp}[\marg{键值列表1}] 对照环境的 \meta{键值列表1} 可以使用 \cs{seteqcomp} 全局设置,它的选项如下: \begin{options} - \keyval-{width}{符号宽度}\Default{2em} + \keyval-{width}{符号宽度}\Default{10pt} 设置适当的符号宽度可以防止文字重叠和边界溢出等问题。 \keyval-{delim}{引导符}\Default{\Carg{——}} 全局的符号对照引导符,\cs{symb} 局部的 \meta{引导符} 和对齐方式是基于这个符号的宽度。 |