annotate mod_latex.wiki @ 388:b9f7c8bd5648

Add list of supporting clients
author Kim Alvefur <zash@zash.se>
date Mon, 15 Jul 2013 01:46:43 +0200
parents 026e0e86dd96
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
115
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
1 #summary Replace LaTeX markup in messages with embedded images
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
2 #labels Stage-Beta
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
3
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
4 = Introduction =
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
5
116
026e0e86dd96 Fixed the wiki markup for the todo list, added some links and a new todo
MWild1
parents: 115
diff changeset
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.
115
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
7
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
8 This module was tested with the [http://gajim.org/ Gajim] client.
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
9
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
10 = Details =
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
11
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
12 There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX.
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
13
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
14 = Todo =
116
026e0e86dd96 Fixed the wiki markup for the todo list, added some links and a new todo
MWild1
parents: 115
diff changeset
15 * Support for other rendering services (easy)
026e0e86dd96 Fixed the wiki markup for the todo list, added some links and a new todo
MWild1
parents: 115
diff changeset
16 * Provide a built-in rendering service (e.g. mimetex)
026e0e86dd96 Fixed the wiki markup for the todo list, added some links and a new todo
MWild1
parents: 115
diff changeset
17 * Send the images inline over XMPP (little client support at the moment)
115
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
18
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
19 = Compatibility =
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
20 || 0.6 || Works ||
03ee54266b45 Created wiki page through web user interface.
MWild1
parents:
diff changeset
21 || 0.7 || Works ||