-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.toml
55 lines (47 loc) · 1.09 KB
/
book.toml
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
[book]
authors = ["KevinZonda"]
language = "zh"
multilingual = false
src = "."
title = "机器学习书:以高中数学视角"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.katex]
after = ["links"]
# KaTeX options.
output = "html"
leqno = false
fleqn = false
throw-on-error = true
error-color = "#cc0000"
min-rule-thickness = -1.0
max-size = "Infinity"
max-expand = 1000
trust = false
# Extra options.
no-css = false
include-src = false
block-delimiter = { left = "$$", right = "$$" }
inline-delimiter = { left = "$", right = "$" }
pre-render = true
[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
renderer = ["html"]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2"
[preprocessor.pagetoc]
[output.html]
additional-js = [
"mermaid.min.js", "mermaid-init.js", # mermaid
"theme/pagetoc.js"
]
#pagetoc
additional-css = [
"theme/pagetoc.css",
"theme/mdbook-admonish.css"
]
# open-on-gh
git-repository-url = "https://github.com/KevinZonda/MLBook"
git-branch = "master"
open-on-text = "找到了问题?[在 GitHub 上编辑这个页面]"