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