-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
37 lines (31 loc) · 794 Bytes
/
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
[book]
title = "Study Material for Physics Lab"
authors = ["Sanatan Halder"]
language = "en"
[output.html]
mathjax-support = true
default-theme = "light"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/sanatanhalder/phylab"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/sanatanhalder/phylab/edit/main/{path}"
site-url = "/"
[output.html.code.hidelines]
python = "~"
[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 = "$" }