-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
59 lines (50 loc) · 1.18 KB
/
book.toml
File metadata and controls
59 lines (50 loc) · 1.18 KB
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
[book]
authors = ["Xincheng Miao", "Roland Mitrić"]
language = "en"
multilingual = false
src = "src"
title = "Programming in Theoretical Chemistry"
[output.html]
default-theme = "latte"
preferred-dark-theme = "mocha"
smart-punctuation = true
mathjax-support = true
additional-css = [
"./theme/catppuccin.css",
"./theme/catppuccin-admonish.css",
"./theme/mdbook-admonish.css",
"./theme/mdbook-admonish-custom.css",
"./theme/icomoon.css",
"./theme/pagetoc.css",
]
additional-js = [
"./theme/pagetoc.js",
]
[output.html.fold]
enable = true
level = 1
[preprocessor.chapter-zero]
before = ["numeq"]
levels = [0]
[preprocessor.numeq]
before = ["katex"]
global = false
prefix = true
depth = 1
[preprocessor.katex]
after = ["links"]
output = "html"
throw_on_error = false
error_color = "#cc0000"
trust = true
macros = "katex_macros.txt"
[preprocessor.admonish]
after = ["links"]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[[preprocessor.admonish.custom]]
directive = "derivation"
icon = "./src/assets/icons/scroll-solid.svg"
color = "#24ab38"
aliases = ["proof", "herleitung", "beweis"]
[preprocessor.shiftinclude]