2024-05-17 06:49:10 +00:00
|
|
|
[book]
|
|
|
|
authors = ["Michael Zhang"]
|
|
|
|
language = "en"
|
|
|
|
multilingual = false
|
|
|
|
src = "src"
|
2024-05-31 07:42:25 +00:00
|
|
|
title = "Research"
|
2024-05-17 06:49:10 +00:00
|
|
|
|
2024-05-17 22:37:20 +00:00
|
|
|
[preprocessor.katex]
|
2024-05-20 07:40:03 +00:00
|
|
|
macros = "./macros.txt"
|
2024-05-17 22:37:20 +00:00
|
|
|
|
2024-06-03 04:20:38 +00:00
|
|
|
# [preprocessor.graph]
|
|
|
|
# command = "bun aux/preprocessGraph.ts"
|
2024-05-17 18:50:46 +00:00
|
|
|
|
2024-05-20 08:07:19 +00:00
|
|
|
[preprocessor.chapter-zero]
|
|
|
|
levels = [0]
|
|
|
|
|
2024-05-25 03:54:13 +00:00
|
|
|
[preprocessor.graphviz]
|
|
|
|
command = "mdbook-graphviz"
|
|
|
|
output-to-file = false
|
|
|
|
|
2024-05-17 06:49:10 +00:00
|
|
|
[output.html]
|
2024-05-17 22:37:20 +00:00
|
|
|
additional-js = [
|
2024-05-25 03:54:13 +00:00
|
|
|
# "theme/pagetoc.js"
|
2024-05-17 22:37:20 +00:00
|
|
|
]
|
|
|
|
additional-css = [
|
2024-05-25 03:54:13 +00:00
|
|
|
"Agda.css",
|
|
|
|
"style.css",
|
|
|
|
# "theme/pagetoc.css"
|
2024-05-17 22:37:20 +00:00
|
|
|
]
|