This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
forked from marklundeberg/dokuwiki-plugin-latex
-
Notifications
You must be signed in to change notification settings - Fork 4
LaTeX plugin for dokuwiki.
fsiwi-hka/dokuwiki-plugin-latex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LaTeX-rendering plugin for dokuwiki. Based on class.latexrender.php from Benjamin Zeiss, converted to Dokuwiki by Alexander 'E-Razor' Krause, extended by Michael Boyle, and extended again by Mark Lundeberg. This plugin requires a LaTeX installation, and ImageMagick to convert PS files into images. ImageMagick, in turn, requires Ghostscript. PHP safe mode will almost always break the plugin. Adds the following syntax to DokuWiki: $$...$$ syntax for displayed LaTeX-math [ddollar] \begin{displaymath} ... \end{displaymath} syntax [displaymath] $...$ syntax for inline LaTeX-math [dollar] \begin{eqnarray} ... \end{eqnarray} syntax [eqnarray] \begin{eqnarray*} ... \end{eqnarray*} syntax [eqnarraystar] \begin{equation} ... \end{equation} syntax [equation] \begin{equation*} ... \end{equation*} syntax [equationstar] <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] More info at http://www.dokuwiki.org/plugin:latex
About
LaTeX plugin for dokuwiki.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 99.8%
- CSS 0.2%