wiki:TracMathJaxPlugin

Version 1 (modified by Kamil Kisiel, 13 years ago) (diff)

New hack TracMathJaxPlugin, created by kisielk

TracMathJaxPlugin

Notice: This plugin is unmaintained and available for adoption.

Description

A plugin for rendering math in Trac using 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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracmathjaxplugin here].

Source

You can check out TracMathJaxPlugin from here using Subversion, or 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 macro failed
No node tracmathjaxplugin at revision 18635

Author/Contributors

Author: kisielk
Maintainer: kisielk
Contributors:

Attachments (2)

Download all attachments as: .zip