diff options
Diffstat (limited to 'macros/latex/contrib/easybook/doc/pages/preface.tex')
-rw-r--r-- | macros/latex/contrib/easybook/doc/pages/preface.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/easybook/doc/pages/preface.tex b/macros/latex/contrib/easybook/doc/pages/preface.tex new file mode 100644 index 0000000000..de5c7d8a0c --- /dev/null +++ b/macros/latex/contrib/easybook/doc/pages/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 |