wiki:TracMathJaxPlugin

Version 29 (modified by Ryan J Ollos, 3 years ago) (diff)

Original implementation is gone now that BitBucket has removed HG repositories.

Render mathematical expressions in Trac using ​MathJax

Notice: This plugin is unmaintained and available for adoption.

This WikiProcessor uses the math keyword for LaTeX rendering, including TikZ.

Inline syntax uses WikiMacros. Examples:

[[math(1+2=3)]]

{{{#!math
x = \frac{1}{2}
}}}

Bugs/Feature Requests

Please use GitHub for any issues you have.

Download

Download the zipped source from here.

The plugin is also available on PyPI.

Source

You can clone from here using git, or browse the source on GitHub.

Installation

pip install MathJaxPlugin

For more information, please follow documentation on how to install Trac plugins.

Configuration

Depending on the version of MathJax you require you may have to update the MATHJAX_URL to the library, for example to https://cdnjs.com/libraries/mathjax.

Author/Contributors

Authors: kisielk, mitar
Maintainer: none (needsadoption)
Contributors:

Attachments (2)

Download all attachments as: .zip