You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. Seems like pre-rendering from Python code is in general far from optimal, compare #37.
There should be a solution to the problem reported here. We have to look for macros: in the katex_options string to extract them, then write them to a temporary file and if this file exists add the --macro-file option. Not very nice, but I guess still better then not including the macros.
Macros aren't passed to the katex command line if
katex_prerender=True
.They could be written to a file and passed using the
--macro-file
CLI option.Example macro file
The text was updated successfully, but these errors were encountered: