Mercurial > prosody-modules
comparison mod_latex/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
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 [http://en.wikipedia.org/wiki/LaTeX LaTeX] in the message. This requires client support for [http://xmpp.org/extensions/xep-0071.html 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 * Send the images inline over XMPP (little client support at the moment) | |
18 | |
19 = Compatibility = | |
20 || 0.6 || Works || | |
21 || 0.7 || Works || |