115
|
1 #summary Replace LaTeX markup in messages with embedded images |
|
2 #labels Stage-Beta |
|
3 |
|
4 = Introduction = |
|
5 |
|
6 This module intercepts messages between users and into chatrooms, and attaches a links to a rendered version of any LaTeX in the message. This requires client support for XHTML-IM, and fetching images via HTTP. |
|
7 |
|
8 This module was tested with the [http://gajim.org/ Gajim] client. |
|
9 |
|
10 = Details = |
|
11 |
|
12 There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX. |
|
13 |
|
14 = Todo = |
|
15 * Support for other rendering services (easy) |
|
16 * Provide a built-in rendering service (e.g. mimetex) |
|
17 |
|
18 = Compatibility = |
|
19 || 0.6 || Works || |
|
20 || 0.7 || Works || |