diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/easybook/pages/preface.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/easybook/pages/preface.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/pages/preface.tex b/Master/texmf-dist/doc/latex/easybook/pages/preface.tex new file mode 100644 index 00000000000..559df6d5bed --- /dev/null +++ b/Master/texmf-dist/doc/latex/easybook/pages/preface.tex @@ -0,0 +1,21 @@ +% Preface +\documentclass[../easybook-demo]{subfiles} +\begin{document} + +\chapter*{前言} + +\lstinline{easybook} 使用\LaTeX 3语法将选项扩展入\CTeX 宏集接口命令 \lstinline{\ctexset} 的列表。如果无法编译以及选项说明细节参见~\href{./doc/easybook.pdf}{easybook使用帮助}。 + +\begin{enumerate}[label=\color{DarkBlue}\protect\circled{\arabic*}] +\item 优化页眉页脚,单面或双面排版适配了不同风格。 +\item 增加章前摘要、定理和段落、行内盒子,增加习题环境。 +\item 更改草稿选项,与标准文类行为一致并显示页面边框。 +\item 增加超链接颜色风格及目录链接格式,调整配色,删除文章模式。 +\item 使用功能更丰富的 \lstinline{thmtools} 设置定理环境。 +\item 可自定义正文、表格、公式环境、图表标题以及脚注的行距。 +\item 图表可以使用双语标题,增加代码索引和索引目录,脚注标记可以设置为自定义的符号。 +\end{enumerate} + +\vfill{\small\doclicenseThis} + +\end{document}
\ No newline at end of file |