diff options
author | Jonathan Dowland <jon@dowland.me> | 2014-06-24 15:37:13 +0100 |
---|---|---|
committer | Jonathan Dowland <jon@dowland.me> | 2014-06-24 15:37:13 +0100 |
commit | e165fd9a07077c90ef185b0c82fc15829c866e82 (patch) | |
tree | ecaafc8c0810ef222dab270e311b1c871b029c4e | |
parent | f428008e93a5ad7644c955c75e8ce4a209097d1d (diff) | |
download | ikiwiki-e165fd9a07077c90ef185b0c82fc15829c866e82.tar ikiwiki-e165fd9a07077c90ef185b0c82fc15829c866e82.tar.gz |
teximg plugin: more precise documentation for the dependencies.
-rw-r--r-- | doc/plugins/teximg.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/plugins/teximg.mdwn b/doc/plugins/teximg.mdwn index 866b1ee05..98f01faaa 100644 --- a/doc/plugins/teximg.mdwn +++ b/doc/plugins/teximg.mdwn @@ -4,7 +4,12 @@ This plugin provides a [[ikiwiki/directive/teximg]] [[ikiwiki/directive]], that renders LaTeX formulas into images. -Of course you will need LaTeX installed for this to work. +You will need LaTeX installed for this to work, specifically something +providing `latex` in the path. You will also need either `dvipng` or a +combination of `dvips` and `convert` from ImageMagick/GraphicsMagick. + +On Debian systems, the relevant package names are `texlive-latex-base` +and either `dvipng` or `graphicsmagick-imagemagick-compat`. ## configuration |