summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/easybook/easybook-demo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/easybook/easybook-demo.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
index d92084a44e2..2b6c2915f57 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
@@ -99,30 +99,30 @@
\usepackage{lipsum,zhlipsum,bicaption,tasks,tcolorbox,imakeidx}
\begin{document}
-\title{\sffamily easybook 书籍文档类}
+\title{\sffamily easybook 文档类演示}
\author
{
瞿毅\thanks{quee123@foxmail.com.} \\
\url{https://latexstudio.net} \\
\url{https://gitee.com/texl3/easybook}\thanks{Gitee为项目的主要发布地址。}
}
-\date{2021/04/27\hskip\ccwd\relax v1.24u}
+\date{2021/04/29\hskip\ccwd\relax v1.24w}
\frontmatter[roman]
\maketitle
\tableofcontents[book,multoc = false]
+\listoffigures+[book,multoc = false,title = 图片列表]
\mainmatter*
\part{使用示例}
+\listoftables[book,multoc = false,title = 表格列表]
+\listoflistings+[book,multoc = false,title = 代码列表]
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{appendix}
\backmatter
-\printbibliography[book,multoc = false]
-\listoffigures[book,multoc = false]
-\listoftables[book,multoc = false]
-\listoflistings[book,multoc = false]
-\printindex
+\printbibliography+[book,multoc = false,title = 参考文献]
+\printindex[索引]
\end{document} \ No newline at end of file