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.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
index 9ad0b579c1e..a8a4d2e0e92 100644
--- a/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
+++ b/Master/texmf-dist/doc/latex/easybook/easybook-demo.tex
@@ -1,4 +1,5 @@
\documentclass[
+ class = book,
zihao = -4,
font = noto,
paper = a4paper,
@@ -10,14 +11,14 @@
style =
{
color = seaside,
- % capdash = true,
% multoc = true,
% withpart = true,
% perpart = true,
perpage = true,
% notomath = false,
rulewidth = 0.75pt,
- % uppercase = false
+ % uppercase = false,
+ number-sep = {.}
},
link =
{
@@ -33,7 +34,7 @@
caption = 1,
footnote = 1
},
- elfont =
+ elsefont =
{
table-cap = \sffamily\zihao{5},
figure-cap = \sffamily\zihao{5},
@@ -97,11 +98,11 @@
\url{https://latexstudio.net} \\
\url{https://gitee.com/texl3/easybook}\thanks{Gitee为项目的主要发布地址。}
}
-\date{2021/03/14\hskip\ccwd\relax v1.23q}
+\date{2021/03/16\hskip\ccwd\relax v1.23s}
\frontmatter[roman]
\maketitle
-\tableofcontents
+\tableofcontents[book,multoc = false]
\mainmatter*
\part{使用示例}
@@ -111,9 +112,9 @@
\include{appendix}
\backmatter
-\printbibliography
-\listoffigures
-\listoftables
-\listoflistings
+\printbibliography[book,multoc = false]
+\listoffigures[book,multoc = false]
+\listoftables[book,multoc = false]
+\listoflistings[book,multoc = false]
\printindex
\end{document} \ No newline at end of file