Skip to content

Commit

Permalink
fix the katex renderer fail problem
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGalteland committed Mar 8, 2024
1 parent 3b66777 commit a9dda24
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,4 @@ 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]
optional = true
display-header-footer = true
header-template = "<span></span>"
footer-template = "<p style='font-size:10px; margin-left: 48%'><span class='pageNumber'></span> / <span class='totalPages'></span></p>"

[output.pdf-outline]
optional = true
like-wkhtmltopdf = false

0 comments on commit a9dda24

Please sign in to comment.