HowTo für das TeX Plugin

Installation von TeX

yum installation

yum install tetex-latex ImageMagick

Unicode für TeX

Installation des Pakets tetex-unicode-20040307-6.20050616.fc5.noarch.rpm

Installation

wget ftp://fr2.rpmfind.net/linux/sourceforge/g/gr/grisbi/tetex-unicode-20040307-6.20050616.fc5.noarch.rpm
rpm -Uvh tetex-unicode-20040307-6.20050616.fc5.noarch.rpm
cd /usr/share/texmf/tex/latex/unicode
ln -s utf8.def utf8x.def
texconfig

Anpassen der Pfade

mkdir -p ./data/media/latex
mkdir -p ./lib/plugins/latex
mkdir -p ../tmp
chmod 777 ../tmp

lib/plugins/latex/syntax.php

class syntax_plugin_latex extends DokuWiki_Syntax_Plugin {
    var $_picture_path = "/home/inhalt.serviert.de/html/data/media/latex/";
    var $_picture_path_httpd = "/data/media/latex/";
    var $_tmp_dir='/home/inhalt.serviert.de/tmp/';
    var $_image_format='png';

 
testing/latex.txt · Zuletzt geändert: 26.04.2006 08:22
 
Recent changes RSS feed Donate Valid XHTML 1.0 Valid CSS Recent cached RSS feed cacert-signed web site: inhalt.serviert.de