• I was trying to get AsciiMath to work with the plugin. I ended up adding another choice to the mathjax-latex-admin.php file per the Mathjax documentation. Can you make this a standard option in future releases?

    $options = array();
    $options[] = "default";
    $options[] = "Accessible";
    $options[] = "TeX-AMS_HTML";
    $options[] = "TeX-AMS-MML_HTMLorMML";
    $options[] = "TeX-MML-AM_HTMLorMML";

    https://wordpress.org/plugins/mathjax-latex/

  • The topic ‘please add AsciiMath config as one of the choices’ is closed to new replies.