2023-03-26 07:36:22 +00:00
|
|
|
[asciidocExt]
|
|
|
|
extensions = [
|
2023-05-06 18:15:38 +00:00
|
|
|
"asciidoctor-bibtex",
|
|
|
|
"asciidoctor-diagram",
|
2023-03-26 07:36:22 +00:00
|
|
|
"asciidoctor-foodogsquared-extensions",
|
|
|
|
]
|
|
|
|
trace = true
|
|
|
|
workingFolderCurrent = true
|
|
|
|
|
|
|
|
[asciidocExt.attributes]
|
|
|
|
toc = true
|
|
|
|
sectanchors = true
|
|
|
|
"figure-caption!" = true
|
|
|
|
source-highlighter = "rouge"
|
|
|
|
allow-uri-read = true
|
|
|
|
experimental = true
|
|
|
|
linkcss = true
|
2023-04-03 15:41:27 +00:00
|
|
|
cache-uri = true
|
2023-04-09 05:34:51 +00:00
|
|
|
reproducible = true
|
2023-05-06 18:15:38 +00:00
|
|
|
stem = "latexmath"
|
2023-04-03 15:41:27 +00:00
|
|
|
|
|
|
|
avatarsdir = "/icons/avatars"
|
2023-11-13 14:36:11 +00:00
|
|
|
avatarstype = "webp"
|
2023-04-03 15:41:27 +00:00
|
|
|
|
|
|
|
icons = "image"
|
|
|
|
iconsdir = "/icons/asciidoctor"
|
|
|
|
icontype = "svg"
|
2023-03-26 07:36:22 +00:00
|
|
|
|
|
|
|
# asciidoctor-bibtex
|
|
|
|
bibtex-file = "./assets/bibliography.bib"
|
|
|
|
bibtex-order = "alphabetical"
|
|
|
|
bibtex-throw = true
|
|
|
|
|
|
|
|
# asciidoctor-tabs
|
|
|
|
tabs-sync-option = true
|