lzanini / mdbook-katex

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

pmatrix not working #80

Closed expikr closed 1 year ago

expikr commented 1 year ago

see example in https://github.com/expikr/mdbook_katex_static_css

image

SichangHe commented 1 year ago

Which mdbook-katex binary are you using?

I think this may be related to https://github.com/lzanini/mdbook-katex/issues/67#issue-1574295945 paragraph 3. Does that help?

expikr commented 1 year ago

Was using the msvc build.

Changing to the gnu binary works.

image

Are there any additional tradeoffs between choosing one over the other?

If not then perhaps I should change the setup script to point to the gnu build instead of msvc

SichangHe commented 1 year ago

Please use the GNU Windows build if possible. It is larger in size at the moment but it has the full functionality.

expikr commented 1 year ago

opened https://github.com/SichangHe/mdbook_katex_static_css/pull/6

expikr commented 1 year ago

Solved by https://github.com/SichangHe/mdbook_katex_static_css/commit/b35263f8652f11d505ea7dce85e1c8923f311c6e