lzanini / mdbook-katex

A preprocessor for mdBook, rendering LaTex equations to HTML at build time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: The katex preprocessor does not support the 'pdf' renderer

GopherJ opened this issue · comments

this happened while using mdbook-pdf, is mdbook-katex missing pdf support?

Support check only confirms markdown and html:

fn supports_renderer(&self, renderer: &str) -> bool {
renderer == "html" || renderer == "markdown"

If you are interested, you can try removing this method (it has a default implementation that simply returns true) and compile this your self.

Removed the said method in v0.5.8.