• 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 file wp-content\plugins\wp-katex\scripts\frontend.php at line 41, changing add_shortcode( 'latex', 'katex_handler' ); to add_shortcode( 'katex', 'katex_handler' );.

  • The topic ‘Great + can be used together with quicklatex’ is closed to new replies.