aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/teximg.mdwn
blob: cf9fb5c6df0f21f85ab37815ceeb5c6558a26f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!template id=plugin name=teximg author="[[PatrickWinnertz]]"]]
[[!tag type/chrome type/slow]]

This plugin implements the [[ikiwiki/directive/teximg]] [[ikiwiki/directive]].
The directive renders LaTeX formulas into images.

Of course you will need LaTeX installed for this to work.

## configuration

There are several configuration directives that can be used in the setup
file. `teximg_prefix` can be set to change the LaTeX preamble, and
`teximg_postfix` to change the LaTeX postfix. The `teximg_dvipng` setting
can be set to 0 to disable use of `dvipng`, and instead force use of `dvips`
and `convert`.