DESCRIPTION
===========
MathJax is the up-to-date ajax framework to display math in HTML environment using LaTeX and MathML syntax. This module allows to activate MathJax-based LaTeX rendering on your drupal website.

Currently there is no settings available: MathJax is activated on all nodes and profile pages. LaTeX inline formula can be entered as $formula$ or \(formula\), and display formula as $$formula$$ or \[formula\].

Dollar signs in formulas can be escaped using \. < and > signs must be handled with care as they may be interpreted as start and end of HTML tags: either use spaces around (e.g. $< dx >$) or the HTML special chars &lt; and &gt; or their MathJax LaTeX-like equivalents \lt and \gt.
More details on MathJax TeX support on http://www.mathjax.org/resources/docs/?tex.html


INSTALLATION
============
1. Place the "mathjax" folder in your "modules" directory (e.g. sites/all/modules/mathjax).

2. Download MathJax source from MathJax website (e.g. http://sourceforge.net/projects/mathjax/files/MathJax/v1.0.1/MathJax-v1.0.1a.zip) and unarchive it into your mathjax module directory.

3. Enable the MathJax module under Administer >> Site building >> Modules.

4. Test it by adding a LaTeX formula between '$' in any node body (e.g. $2 + 2 = 4$).


AUTHOR
======
Module written by Thomas Julou.
http://drupal.org/user/273952

MathJax
http://www.mathjax.org/


TO DO
=====
- enable by node type and/or user profile
- admin page for setting mathjax parameters (size, source type, ...)
- show source code in lightbox-like modules (set link attribute)
- support MathML syntax


CHANGE LOG
==========
0.1: First release. Activate MathJax on all nodes and user profiles. No settings available yet.
