dokuwiki-latex-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 LaTeX-rendering plugin for dokuwiki.
2 Based on class.latexrender.php from Benjamin Zeiss, converted to
3 Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle,
4 and extended again by Mark Lundeberg.
5  
6 This plugin requires a LaTeX installation, and ImageMagick to convert
7 PS files into images. ImageMagick, in turn, requires Ghostscript.
8  
9 PHP safe mode will almost always break the plugin.
10  
11 Adds the following syntax to DokuWiki:
12 $$...$$ syntax for displayed LaTeX-math [ddollar]
13 \begin{displaymath} ... \end{displaymath} syntax [displaymath]
14 $...$ syntax for inline LaTeX-math [dollar]
15 \begin{eqnarray} ... \end{eqnarray} syntax [eqnarray]
16 \begin{eqnarray*} ... \end{eqnarray*} syntax [eqnarraystar]
17 \begin{equation} ... \end{equation} syntax [equation]
18 \begin{equation*} ... \end{equation*} syntax [equationstar]
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
20  
21 More info at http://www.dokuwiki.org/plugin:latex