Great + can be used together with quicklatex
-
This plugin is amazing since doesn’t generate images, the big downside of katex is that it doesn’t load packages such as tikz.
To use all latex packages not loaded by katex we can use quicklatex plugin. Since it uses the[latex]
shortcode too, I suggest to edit the katex plugin shortcode from[latex]
to[katex]
.
This can be done simply by editing the filewp-content\plugins\wp-katex\scripts\frontend.php
at line 41, changingadd_shortcode( 'latex', 'katex_handler' );
toadd_shortcode( 'katex', 'katex_handler' );
.
- The topic ‘Great + can be used together with quicklatex’ is closed to new replies.