Simple Mathjax
Simple Mathjax
Description
This wordpress plugin is yet another simple plugin to load the MathJax scripts at the bottom of all of your pages. It uses a very all-inclusive mathjax configuration by default, with $’s and $$’s the default delimeters for in-line and displayed equations.
A preference pane is added to the “Settings” group where you can choose whether to use MathJax version 2 or 3, change the MathJax server location (CDN) and the MathJax configuration settings. (See the mathjax documentation for details on the options available.)
You can also specify a LaTeX “preamble” of newcommands which will be loaded in a hidden element near the top of each page.
Fork this plugin on GitHub.
Installation
Nothing unusual here!
Reviews
Incompatible with WP version 6.7
By wengs on November 13, 2024
The plugin is great, but it's not compatible with WP6.7, I used math symbols in $xxx$ format in the text, and it still shows $xxx$, no change, it only shows the formula correctly when I use math symbols in $$xxx$$!
Still need to wait for the update
Excellent Plugin
By sebasmurgue on August 20, 2020
Works as expected
By edwardw on July 6, 2020
Great! Can use on specific pages
By hrd123 on June 19, 2020
Top plugin, everything as described!
By ars111 on May 24, 2020
One of the best plugin for LaTeX rendering
By ThePhysicist (7hephysicist) on May 6, 2020
Works just fine
By moonwards on January 8, 2020
Fantastic!
By Alessandro de Oliveira (aleiveira) on December 13, 2019
Indispensible
By unclekensson on March 15, 2018
Version 0.6 better than 0.3
By (Bjoern Kjos-Hanssen) on October 11, 2016
Changelog
2.1.1
The custom config no longer has the HTML escaping filter applied.
2.1.0
Added support for MathJax 4.
2.0.1
Bumped the default CDN URL for MathJax 2 to use 2.7.8.
2.0
MathJax 3 support, and the default config makes MathJax ignore the new block editor.
1.1
update latest mathjax version, load mathjax in footer instead of header
1.0
send default url to new cdn
0.5
minor code cleanup, allow mathjax in admin screens
0.4
use safe mode (prevents evil scripts) by default
0.3
use wp_enqueue_script to allow others to use mathjax as a dependency (christianp). removed disqus compatibility due to reports of it no longer working.
0.2
added disqus compatibility. enclosed the preamble in a hidden span to
cover a small space created by mathjax v.2
0.1
improved loading of the LaTeX preamble so that it appears just
below the body tag, rather than in the header
0.0
initial release