comparison mod_latex.wiki @ 116:026e0e86dd96

Fixed the wiki markup for the todo list, added some links and a new todo
author MWild1
date Mon, 01 Feb 2010 17:49:11 +0000
parents 03ee54266b45
children
comparison
equal deleted inserted replaced
115:03ee54266b45 116:026e0e86dd96
1 #summary Replace LaTeX markup in messages with embedded images 1 #summary Replace LaTeX markup in messages with embedded images
2 #labels Stage-Beta 2 #labels Stage-Beta
3 3
4 = Introduction = 4 = Introduction =
5 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. 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 7
8 This module was tested with the [http://gajim.org/ Gajim] client. 8 This module was tested with the [http://gajim.org/ Gajim] client.
9 9
10 = Details = 10 = Details =
11 11
12 There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX. 12 There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX.
13 13
14 = Todo = 14 = Todo =
15 * Support for other rendering services (easy) 15 * Support for other rendering services (easy)
16 * Provide a built-in rendering service (e.g. mimetex) 16 * Provide a built-in rendering service (e.g. mimetex)
17 * Send the images inline over XMPP (little client support at the moment)
17 18
18 = Compatibility = 19 = Compatibility =
19 || 0.6 || Works || 20 || 0.6 || Works ||
20 || 0.7 || Works || 21 || 0.7 || Works ||