]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/teximg.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / teximg.mdwn
1 [[!template id=plugin name=teximg author="[[PatrickWinnertz]]"]]
2 [[!tag type/chrome type/slow]]
3
4 This plugin provides a [[ikiwiki/directive/teximg]] [[ikiwiki/directive]],
5 that renders LaTeX formulas into images.
6
7 Of course you will need LaTeX installed for this to work.
8
9 See [this site](http://www.der-winnie.de/opensource/gsoc2007) for rendered
10 images.
11
12 ## configuration
13
14 There are several configuration directives that can be used in the setup
15 file. `teximg_prefix` can be set to change the LaTeX preamble, and
16 `teximg_postfix` to change the LaTeX postfix. The `teximg_dvipng` setting
17 can be set to 0 to disable use of `dvipng`, and instead force use of `dvips`
18 and `convert`.