From: http://www.cse.unsw.edu.au/~willu/ Date: Tue, 5 Aug 2008 20:55:23 +0000 (-0400) Subject: Suggest fixes X-Git-Tag: 2.60~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f318c9d24abfade67265800935a7fe93176a5c3c;p=ikiwiki.git Suggest fixes --- diff --git a/doc/forum/LaTeX_Error.mdwn b/doc/forum/LaTeX_Error.mdwn index 60d629f5b..159ca0e9f 100644 --- a/doc/forum/LaTeX_Error.mdwn +++ b/doc/forum/LaTeX_Error.mdwn @@ -54,3 +54,9 @@ No pages of output. Some idea ?. + +>> It looks like teximg uses some less standard LaTeX packages. (see line 100 of Ikiwiki/Plugin/teximg.pm in the Ikiwiki source.) +>> A quick work-around for an end-user would be to install the 'mhchem' LaTeX package (look in [CTAN](http://www.ctan.org/) ). +>> A medium-term workaround would be to replace 'scrartcl' on line 100 with 'article', and delete line 101 in the teximg source. +>> Longer term it would be nice to give teximg a configurable preamble. +