Latex support in wiki pages
Description
This macro renders Latex code in wiki pages as PNG images.
LatexMacro is a port of latex-math for Trac 0.11 with some inspiration from trac2latex.
Requirements
- Latex
- dvipng
Bugs/Feature Requests
Existing bugs and feature requests for LatexMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out LatexMacro from here using Subversion, or browse the source with Trac.
Example
{{{
#!Latex
$\frac{\alpha^{\beta^2}}{\delta + \alpha}$
}}}
This code will produce a PNG image, inserted directly in the body of the wiki page.
Recent Changes
[5294] by jeangui on 02/19/09 16:43:15
removing 'dev' from egg filename
[5207] by jeangui on 02/06/09 17:50:11
first import of LatexMacro
[5206] by jeangui on 02/06/09 17:44:26
New hack LatexMacro, created by jeangui

