Software /
code /
prosody-modules
File
mod_latex/README.wiki @ 1797:a946aa422503
mod_mam_sql/README: More obvious pointers to use mod_mam instead
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Aug 2015 16:14:54 +0200 |
parent | 1782:29f3d6b7ad16 |
line wrap: on
line source
#summary Replace LaTeX markup in messages with embedded images #labels Stage-Beta = Introduction = 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. This module was tested with the [http://gajim.org/ Gajim] client. = Details = There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX. = Todo = * Support for other rendering services (easy) * Provide a built-in rendering service (e.g. mimetex) * Send the images inline over XMPP (little client support at the moment) = Compatibility = || 0.6 || Works || || 0.7 || Works ||