Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…
About MathJax-LaTeX
This plugin adds MathJax functionality to WordPress, allowing you to render embedded LaTeX or MathML in your HTML pages. MathJax is loaded only on the pages where it is needed, preventing slow loading. You can choose to deliver MathJax from your own server or use the Cloudflare CDN for faster and more stable performance.Frequently asked questions
What does the MathJax-LaTeX plugin do?
The MathJax-LaTeX plugin enables rendering of embedded LaTeX or MathML in HTML pages for WordPress. It injects MathJax JavaScript on-demand only to pages that require it, preventing unnecessary loading and improving speed.
How can I embed LaTeX using this plugin?
You can embed LaTeX using the preferred shortcode syntax, such as [latex]E=mc^2[/latex]. This method automatically forces the loading of MathJax. Native MathJax syntax like $$E=mc^2$$ is also supported, but may require a [mathjax] shortcode if it's the only syntax used.
Can I use this plugin with wp-latex?
MathJax-LaTeX aims to be a drop-in replacement for wp-latex, supporting the $latex E=mc^2$ syntax. However, this behavior is blocked if wp-latex is present and must be explicitly enabled in the settings.
Changelog
1.3.13
- PHP code style fixes
1.3.12
- Use version 2.7.9 of MathJax JS
- Add code comments to all variables, functions and parameters.
1.3.11
- Use version 2.7.5 of MathJax JS
1.3.10
- Rename class files, per PHPCS
- Gracefully handle null values in filter_br_tags_on_math. Thanks to Yang Liu.
1.3.9
- Code style changes, per PHPCS 3.3.0 and WPCS 0.14.1
- Use PHP 7 short array syntax
1.3.8
- Code style changes, per PHPCS 3.1.1 and WPCS 0.14
1.3.7
- Update MathJax to 2.7.2
1.3.6
- Update location of MathJax CDN
1.3.5
- Add support for MathJax config via filter
1.3.4
- PHP code cleanup
- Always use https URL for MathJax library
- Updated “tested up to” to 4.3
1.3.3
- Fixed inconsistent version numbers between readme and php file
1.3.2
- Further code clean ups.
1.3.1
- Accessibility Improvements for Admin page
- VIP Coding Standards
- MathML tags enabled in TinyMCE
All code for this release was submitted by users of
this plugin! Thanks to Jared Wenerd and Paul Schreiber.
1.3.0
- Whitelist MathML tags and attributes.
- Sanitization of input and escaping of output.
1.2.1
- Bug fix: custom location was not correctly applied.
- Bug fix: force load was not correctly applied.
1.2
- Admin page was open to attack from third party sites which user was logged
in as admin. - The admin page has been isolated and rewritten.
- All the options have been renamed, which will, unfortunately mean
reconfiguring the plugin. In particular, wp-latex syntax is switched off by
default.
1.1
- Documentation update
- Update test-with documentation for WordPress 3.5.1
- Tested against MathJax2.1
1.0
- Compatibility with MathJax 1.1. Load a default configuration from the MathJax distribution.
- Use the MathJax Content Distribution Network to deliver the javascript library. Offers improved performance and stability.
0.2
- MathJax.js can be loaded form a configurable URL. Defaults to $PLUGIN/MathJax/MathJax.js