]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/teximg.mdwn
Added svg figure
[ikiwiki.git] / doc / plugins / teximg.mdwn
1 [[!template id=plugin name=teximg author="[[PatrickWinnertz]]"]]
2 [[!tag type/widget 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 ## configuration
10
11 There are several configuration directives that can be used in the setup
12 file. `teximg_prefix` can be set to change the LaTeX preamble, and
13 `teximg_postfix` to change the LaTeX postfix. The `teximg_dvipng` setting
14 can be set to 0 to disable use of `dvipng`, and instead force use of `dvips`
15 and `convert`.