\documentclass[ class = book, scheme = chinese, zihao = -4, font = noto, paper = a4paper, openany ]{easybook} \ctexset { style = { color = seaside, % color-all = 009393, % multoc = true, % withpart = true, footwith = page, notomath = true, rulewidth = 0.75pt, % uppercase = false, number-sep = {.} }, link = { hyperlink = various, linkcolor = skyblue, linktoc = all }, spread = { line = 1.355, table = 1.05, math = 1.05, caption = 1, footnote = 1 }, elsefont = { table-cap = \sffamily\zihao{5}, figure-cap = \sffamily\zihao{5}, listing-cap = \sffamily\zihao{5}, footnote = \rmfamily, marginpar = \sffamily\zihao{-5} }, thmset = { thmbox = true, within = chapter, bodyfont = \normalfont, headpunct = {.} }, geoset = { vmargin = {2.54cm,2.54cm}, hmargin = 3.17cm, headheight = 2.04cm, headsep = 0.5cm, ignorefoot }, hdrset = { % headrule = {}, head-foot = { \easyhead[EC]{\color{SeaGreen}\kaishu\leftmark} \easyhead[OC]{\color{SeaGreen}\kaishu\rightmark} \easyhead[EL,OR]{\color{SeaGreen}\thepage} } }, tocset = { line-align = true, part = { format = \addvspace{1pc}\sffamily\large, indent = 0\ccwd, rule = \tocrule{}[\bfseries] }, chapter = { format = \addvspace{1pc}\sffamily\large, indent = 0\ccwd, rule = \tocrule[0.7pc](1.2){$\cdot$}[\bfseries] } }, bibset = { bib-loadpkg = true, backend = bibtex, bib-style = numerical }, % secnumdepth = 2, % tocdepth = 2 } \usepackage{zhlipsum,bicaption,tasks,tcolorbox,imakeidx} \begin{document} \title{\sffamily easybook 书籍文档类} \author { 瞿毅\thanks{quee123@foxmail.com.} \\ \url{https://latexstudio.net} \\ \url{https://gitee.com/texl3/easybook}\thanks{Gitee为项目的主要发布地址。} } \date{2021/04/17\hskip\ccwd\relax v1.24m} \frontmatter[roman] \maketitle \tableofcontents[book,multoc = false] \mainmatter* \part{使用示例} \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 \end{document}