lzanini / mdbook-katex

A preprocessor for mdBook, rendering LaTex equations to HTML at build time.
MIT License
205 stars 34 forks source link

katex don't work with mdbook fram crates.io #18

Closed Vertecedoc4545 closed 1 year ago

Vertecedoc4545 commented 2 years ago

Error: Katex preprocessor/renderer using different mdbook version, 0.4.13,than it was built against, 0.4.12 i tryed with cargo install mdbook and cargo install mdbook --vers 0.4.12 with neither works

Vertecedoc4545 commented 2 years ago

linux kernel 5.14.8-zen

SichangHe commented 2 years ago

You need to rebuild mdbook-katex against the latest mdbook

first, update mdbook, then

cargo install --git "https://github.com/lzanini/mdbook-katex" -f