Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Wordpress Plugin for MathJax mathematics renderer

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
license.txt
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

MasuqaT-NET/WP-MathJax-Advanced

 
 

Repository files navigation

WP MathJax Advanced

This plugin enables mathjax (http://www.mathjax.org) functionality for WordPress (http://www.wordpress.org).

Description

Mathjax enables rendering of embedded latex or mathml in HTML pages. This plugin adds this functionality to wordpress. The mathjax javascript is inject on-demand only to those pages which require it. This ensures that mathjax is not loaded for all pages, which will otherwise slow loading down.

The MathJax javascript can be delivered from your own server, or you can utilise the [MathJax Content Distribution Network (CDN)] (http://www.mathjax.org/docs/latest/start.html#mathjax-cdn), which is the preferred mechanism as it offers increased speed and stability over hosting the Javascript and configuring the library yourself. Use of the CDN is governed by these Terms of Service.

This plugin uses two short codes below instead of "latex", "nomathjax", $$x^2&& and (x^2).

  • [mj-i]E=mc^2[/mj-i] short code renders formula as inline element.
  • [mj-b]E=mc^2[/mj-b] short code renders formula as block element.

Base plugin "MathJax-LaTeX" is developed on Github.

Copyright

GPLv3

Base plugin "MathJax-LaTeX" is copyright Phillip Lord, Newcastle University and is licensed under GPLv2.

About

Wordpress Plugin for MathJax mathematics renderer

Topics

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
license.txt
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%