Contents
latex Parser
Description
The latex parser allows you to enter latex formulas into your page
Download & Release Notes
http://johannes.sipsolutions.net/Projects/new-moinmoin-latex
Installation
For general installation instructions, see ParserMarket/InstallingParsers.
Requires (from link above)
- LaTeX (debian package tetex-bin)
- UTF-8 support files for LaTeX (debian package latex-ucs)
dvipng http://sourceforge.net/projects/dvipng (debian package dvipng)
Usage
To use this parser, simply put #!latex after the beginning of the code block.
Example
{{{#!latex \gamma }}}
Copyright
Johannes Berg
License
This parser is released under the terms of the GNU GPL.
Discussion
Seems to be working on MoinMoin 1.7 too.
works on a "Version 1.7.1 [edition « release »]" on a debian. See this working example
Installation on Ubuntu 8.04 was done like described here but with installing the texlive and texlive-fonts-extra packets instead of the tetex-bin and latex-ucs packages. -- PascalR 2008-06-29 18:32:39
Works with MoinMoin 1.9.2 and texlive from Archlinux just fine. Thanks