Skip to content

Commit

Permalink
Add some examples for generating PDF and EPUB.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Nov 9, 2024
1 parent 620ed5c commit 150d80c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
site-url = "/ref/"

# [output.markdown]

# [output.compress]
# page.new_pages = true
# page.spacing.line = 1.3
# page.size = { x = 203.2, y = 254 }
# font.regular = "IBMPlexSerif-Regular.ttf"
# font.monospace = "IBMPlexMono"
# font.bold = "IBMPlexSans-SemiBold.ttf"

# [output.epub]
# epub-version = 3

[preprocessor.alerts]

[preprocessor.indexing]
Expand Down

0 comments on commit 150d80c

Please sign in to comment.