Skip to content

Commit

Permalink
docs: mdbook-pandoc config, commented
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 15, 2024
1 parent 0699aef commit 9472827
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand Down

0 comments on commit 9472827

Please sign in to comment.