summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easybook/doc/easybook-demo.tex
blob: a71d50540774f50214fe43b0a91d158149d5ac86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
\documentclass[
  zihao = -4,
  font = myfont,
  paper = a4paper,
  openany
  ]{easybook}

\ctexset
  {
    style =
      {
        color = forest,
        % capdash = true,
        % multoc = true,
        % withpart = true,
        % perpart = true,
        perpage = true
      },
    link =
      {
        hyperlink = various,
        linkcolor = skyblue,
        linktopage = false
      },
    spread =
      {
        linespread = 1.355,
        tabspread = 1.05,
        mathspread = 1,
        capspread = 1,
        fnspread = 1.05,
        fnsep = 0.5ex
      },
    elfont =
      {
        tabfont = \sffamily\small,
        figfont = \sffamily\small,
        lstfont = \sffamily\small,
        fnfont = \rmfamily,
        marfont = \sffamily\footnotesize
      },
    thmset =
      {
        thmbox = true,
        numberwith = {chapter},
        bodyfont = \normalfont,
        headpunct = {.}
      },
    geoset =
      {
        vmargin = {2.54cm,2.54cm},
        hmargin = 3.17cm,
        headheight = 2.04cm,
        headsep = 0.5cm,
        ignorefoot
      },
    hdrset =
      {
        echead = \color{Teal}\kaishu\leftmark,
        ochead = \color{Teal}\kaishu\rightmark,
        elhead = \color{Teal}\thepage,
        orhead = \color{Teal}\thepage
      },
    tocset =
      {
        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 =
      {
        backend = bibtex,
        bibstyle = number
      },
    % secnumdepth = 2,
    % tocdepth = 2
  }

\AfterPreamble
  {
    \title{\sffamily easybook书籍文档类}
    \author
      {
        瞿毅\thanks{texeasybook@foxmail.com.} \\
        \git~\url{https://gitee.com/texl3/easybook}\thanks{Gitee为项目的主要发布地址。} \\
        \github~\url{https://github.com/texl3/easybook} \\
        \edge~\url{https://latexstudio.net} \\
        \url{https://ctan.org/pkg/easybook}
      }
    \date{2021/01/14\hskip\ccwd\relax v1.21d}
  }

\begin{document}
\frontmatter
\maketitle
\subfile{pages/preface}
\tableofcontents

\mainmatter
\part{使用示例}
\subfile{pages/chapter1}
\subfile{pages/chapter2}
\subfile{pages/chapter3}
\subfile{pages/appendix}

\backmatter
\printbibliography
\listoffigures
\listoftables
\listoflistings
\printindex
\end{document}