From 098defc50bf18f6afcdf02b379fdf400d2f75fc3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 9 Nov 2024 13:28:28 -0800 Subject: [PATCH] Add some examples for generating PDF and EPUB. --- docs/book.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 62920b63e..2dfabe2ff 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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]