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

..Today-

conf/H21-Jun-2023-5437

images/H21-Jun-2023-

lang/en/H21-Jun-2023-5337

syntax/H21-Jun-2023-275171

READMEH A D12-Mar-2022970 2117

TODOH A D12-Mar-20221 KiB1615

admin.phpH A D12-Mar-202210.6 KiB297251

all.cssH A D12-Mar-202290 76

class.latexrender.phpH A D20-Jun-202310.8 KiB321143

latexinc.phpH A D20-Jun-20235.3 KiB164121

plugin.info.txtH A D20-Jun-2023265 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