[[PageOutline(2-5,Contents,pullout)]] = TracMathJaxPlugin = == Description == A plugin for rendering math in Trac using [http://www.mathjax.org MathJax]. Unlike the TracMathPlugin, this plugin performs all rendering on the client side using web fonts. == Bugs/Feature Requests == Existing bugs and feature requests for TracMathJaxPlugin are [report:9?COMPONENT=TracMathJaxPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracMathJaxPlugin&owner=kisielk new ticket]. == Download == Download the zipped source from [download:tracmathjaxplugin here]. == Source == You can check out TracMathJaxPlugin from [http://trac-hacks.org/svn/tracmathjaxplugin here] using Subversion, or [source:tracmathjaxplugin browse the source] with Trac. == Example == To display math inline, enter LaTeX equation in between a pair of `\(` and `\)` brackets: {{{ Here is an equation: \( y = x^2 \) }}} To display a block of math, either enter it between a pair of `$$` characters: {{{ Here is a block equation: $$ y = x^2 $$ }}} or use the `latex` processor: {{{ {{{ #!latex y = x ^ 2 }}} }}} == Recent Changes == [[ChangeLog(tracmathjaxplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:kisielk] [[BR]] '''Maintainer:''' [wiki:kisielk] [[BR]] '''Contributors:'''