From 9472827d1db5ab1ccdbe31493adb85134e75b563 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Mon, 15 Jan 2024 18:18:19 +0100 Subject: [PATCH] docs: mdbook-pandoc config, commented --- docs/book.toml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/book.toml b/docs/book.toml index dd8424e6..742e7869 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -15,6 +15,19 @@ title = "Rustemo book" additional-css = ["./mdbook-admonish.css", "theme/pagetoc.css"] #, "style.css"] additional-js = ["theme/pagetoc.js"] # , "sidebar.js"] +# [output.pandoc.profile.pdf] +# output-file = "Rustemo.pdf" +# to = "latex" + +# # PDF-specific settings +# pdf-engine = "xelatex" # engine to use to produce PDF output + +# # `mdbook-pandoc` overrides Pandoc's defaults for the following options to better support mdBooks +# file-scope = true # parse each file individually before combining +# number-sections = true # number sections headings +# standalone = true # produce output with an appropriate header and footer +# table-of-contents = true # include an automatically generated table of contents + [output.linkcheck] follow-web-links = false traverse-parent-directories = false @@ -35,8 +48,8 @@ sidebar-width = "300px" command = "mdbook-admonish" assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install` -[preprocessor.bib] -bibliography = "references.bib" +# [preprocessor.bib] +# bibliography = "references.bib" [preprocessor.plantuml]