diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-08-05 16:55:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-05 16:55:23 -0400 |
commit | f318c9d24abfade67265800935a7fe93176a5c3c (patch) | |
tree | 0acaf00d0aa40a3e411045dc8f980c6d5e7d9a30 /doc | |
parent | 73977147715e9bceb559b81140e8f8cde40a9a4b (diff) |
Suggest fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/LaTeX_Error.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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. + |