• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

conf/19-Apr-2024-5437

images/19-Apr-2024-

lang/en/19-Apr-2024-5337

syntax/19-Apr-2024-275171

READMED18-Apr-2024970 2117

TODOD18-Apr-20241 KiB1615

admin.phpD18-Apr-202410.6 KiB297251

all.cssD18-Apr-202490 76

class.latexrender.phpD18-Apr-202410.8 KiB321143

latexinc.phpD18-Apr-20245.3 KiB164121

plugin.info.txtD18-Apr-2024263 87

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