Latex Plugin installieren

http://www.dokuwiki.org/plugin:latex
Download

cd dw
mkdir temp
mkdir lib/plugins/latex chown wwwrun:www temp
chmod 755 temp
chown wwwrun:www lib/plugins/latex
chmod 644 lib/plugins/latex
Download class.latexrender.php
Download syntax.php
class.latexrender.php und syntax.php nach dw/lib/plugins/latex kopieren
In der Datei class.latexrender.php die absoluten Pfade für das dw/temp Verzeichnis eintragen
var $_picture_path = "/nfs/einstein/srv/www/htdocs/peer.st/dw/temp";\\
var $_picture_path_httpd = "/nfs/einstein/srv/www/htdocs/peer.st/dw/temp";
var $_tmp_dir = "/nfs/einstein/srv/www/htdocs/peer.st/dw/temp";