Contents
mathtran
Description
The mathtran parser allows you to have latex code rendered nicely inside Moin.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
|
1.7.2/1.8/1.9 |
|
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries. Also you can enable another plugin dir since 1.8. e.g plugin_dirs = ['/some/where/extensions/data/plugin']
Usage
To use this parser, simply put #!text_x_mathtran after the beginning of the code block.
Example
{{{#!text_x_mathtran scale_factor=3, mathtran_server=http://www.mathtran.org/cgi-bin/toy/ \gamma }}}
Of course scale_factor=3, mathtran_server=http://www.mathtran.org/cgi-bin/toy/ is the default
Copyright
Please give credits to mathtran
License
This parser is released under the terms of the GNU GPL.
Discussion
- As far as I understand some external site does the translation. You should state this fact more prominently since not everyone wants to send out their formulas
to some other site on the Internet nor depend on it. In my point of view, this is a no-go for private wikis! -- HenrykGerlach 2009-11-09 17:28:47
And why don't you setup your own mathtran server for your private wikis? -- ReimarBauer 2009-11-09 20:55:39
Does this parser still work? I've tried installing it under 1.9.3, and I keep getting an "Unhandled Exception" error. --ChrisF