diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-09 21:39:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-09 21:39:03 +0000 |
commit | 8a3773a4486f6d621ccedc9b39ef9c5ac1eba0d0 (patch) | |
tree | 7aa71c1eeed34badf7125113d0ea9fa3410a68a4 /Master/texmf-dist/doc/latex/easybook/preface.tex | |
parent | 8d12415f48269fb0131cd26db3fa269047daba34 (diff) |
easybook (9jan21)
git-svn-id: svn://tug.org/texlive/trunk@57367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/easybook/preface.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/preface.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/preface.tex b/Master/texmf-dist/doc/latex/easybook/preface.tex new file mode 100644 index 00000000000..fc862b21f86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/easybook/preface.tex @@ -0,0 +1,22 @@ +% Preface +\documentclass[../easybook-demo]{subfiles} +\begin{document} + +\chapter*{前言} + +\lstinline{easybook} 使用\LaTeX 3语法将选项扩展入\CTeX 宏集接口命令 \lstinline{\ctexset} 的列表。如果无法编译以及选项说明细节参见~\href{./easybook.pdf}{easybook用户手册}。 + +\begin{enumerate}[label = \color{DarkBlue}\protect\circled{\arabic*}] +\item 修复了 \lstinline{linktopage} 选项关闭时目录中标题编号无超链接的问题。 +\item 增加 \lstinline{elfont} 选项可以自定义图表、代码、脚注和边注的字体。 +\item 增加 \lstinline{config} 选项可以载入用户配置文件。 +\item 优化页眉页脚,单面或双面排版适配了不同风格。 +\item 更改草稿选项,与标准文类行为一致并显示页面边框。 +\item 使用功能更丰富的 \lstinline{thmtools} 设置定理环境。 +\item 可自定义正文、表格、公式环境、图表标题以及脚注的行距。 +\item 图表可以使用双语标题,增加代码索引和索引目录,脚注标记可以设置为自定义的符号。 +\end{enumerate} + +\vfill{\small\doclicenseThis} + +\end{document}
\ No newline at end of file |