Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
conf/ | H | 03-May-2018 | - | 54 | 37 | |
images/ | H | 03-May-2018 | - | |||
lang/en/ | H | 03-May-2018 | - | 53 | 40 | |
syntax/ | H | 03-May-2018 | - | 275 | 171 | |
README | H A D | 29-Apr-2011 | 970 | 21 | 17 | |
TODO | H A D | 29-Apr-2011 | 1 KiB | 16 | 15 | |
admin.php | H A D | 29-Apr-2011 | 10.6 KiB | 296 | 250 | |
all.css | H A D | 29-Apr-2011 | 90 | 7 | 6 | |
class.latexrender.php | H A D | 29-Apr-2011 | 10.8 KiB | 320 | 143 | |
latexinc.php | H A D | 29-Apr-2011 | 5.1 KiB | 158 | 120 | |
plugin.info.txt | H A D | 29-Apr-2011 | 189 | 8 | 7 |
README
1LaTeX-rendering plugin for dokuwiki. 2Based on class.latexrender.php from Benjamin Zeiss, converted to 3Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle, 4and extended again by Mark Lundeberg. 5 6This plugin requires a LaTeX installation, and ImageMagick to convert 7PS files into images. ImageMagick, in turn, requires Ghostscript. 8 9PHP safe mode will almost always break the plugin. 10 11Adds 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 21More info at http://www.dokuwiki.org/plugin:latex