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