Software /
code /
prosody-modules
Comparison
mod_latex/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 1803:mod_latex/README.markdown@4d73a1a6ba68 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
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 ----- ------- |