comparison mod_latex/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_latex/README.wiki@29f3d6b7ad16
children
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: Replace LaTeX markup in messages with embedded images
5 ...
6
7 Introduction
8 ============
9
10 This module intercepts messages between users and into chatrooms, and
11 attaches a links to a rendered version of any
12 [LaTeX](http://en.wikipedia.org/wiki/LaTeX) in the message. This
13 requires client support for
14 [XHTML-IM](http://xmpp.org/extensions/xep-0071.html), and fetching
15 images via HTTP.
16
17 This module was tested with the [Gajim](http://gajim.org/) client.
18
19 Details
20 =======
21
22 There is no configuration (yet). The module uses
23 [MathTran](http://www.mathtran.org/) to render the LaTeX.
24
25 Todo
26 ====
27
28 - Support for other rendering services (easy)
29 - Provide a built-in rendering service (e.g. mimetex)
30 - Send the images inline over XMPP (little client support at the
31 moment)
32
33 Compatibility
34 =============
35
36 ----- -------
37 0.6 Works
38 0.7 Works
39 ----- -------