From eebc480cb74d372b957a20522b46bba297d88c2e Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Tue, 27 Dec 2022 23:13:24 +0200 Subject: [PATCH] Book PDF generation Signed-off-by: Hollow Man --- book/book.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/book/book.toml b/book/book.toml index 87448f16..b76e0619 100644 --- a/book/book.toml +++ b/book/book.toml @@ -12,3 +12,20 @@ title = "The halo2 Book" [preprocessor.katex] macros = "macros.txt" +renderers = ["html"] + +[output.katex] + +[output.html] + +[output.html.print] +# Disable page break +page-break = false + +[output.pdf] +display-header-footer = true +header-template = "" +footer-template = "

/

" + +[output.pdf-outline] +like-wkhtmltopdf = false