public
Description: A Github clone of the pidgin-latex project.
Homepage: http://sourceforge.net/projects/pidgin-latex
Clone URL: git://github.com/nex3/pidgin-latex.git
name age message
file CHANGELOG Sat Dec 08 07:30:36 -0800 2007 Fixed use of pidgin-latex-write. [Benjamin Moll]
file COPYING Sun May 20 07:25:52 -0700 2007 Initial revision [Benjamin Moll]
file LaTeX.c Sat May 24 15:17:57 -0700 2008 - Fixed a minor bug caused by system() [Benjamin Moll]
file LaTeX.h Thu Dec 13 14:24:35 -0800 2007 Simplified a lot of calls because of good suppo... [Benjamin Moll]
file Makefile Sun May 20 07:25:52 -0700 2007 Initial revision [Benjamin Moll]
file Makefile.mingw Sun May 20 07:25:52 -0700 2007 Initial revision [Benjamin Moll]
file README Sun May 20 07:25:52 -0700 2007 Initial revision [Benjamin Moll]
file TODO Sun May 20 07:25:52 -0700 2007 Initial revision [Benjamin Moll]
README
This is a plugin for Pidgin [1] that allows you to display LaTeX [2] output into your IMs.

Important : this plugin is not compatible with gaim-encryption plugin. If you have this plugin, please be sure not 
having the 2 working at the same time. (for any other imcompability, please contact qjuh@users.sourceforge.net )

You need to have convert (from Image Magick [3]).

To build and install :
You can compile the plugin using
$ make
and install it with
$ make install
This will install it in ~/.purple/plugins so that only the user who install it can use it.

To install it for everybody on your computer,
$ make
$ su
# make install PREFIX="/path/to/pidgin" (this command as root user)
generally /path/to/pidgin is /usr or /usr/local. If you don't know the path then you can find out using
$ whereis pidgin
and look for the part before "/lib/pidgin".

To use
- put LaTeX code into $$ ... $$ markup, for example $$x \in \mathbb{R}$$

[1] http://www.pidgin.im/
[2] http://www.latex-project.org/
[3] http://www.imagemagick.org/

Developer :    Benjamin Moll <qjuh@users.sourceforge.net> (contact me for all infomations or suggestions)
Former Developer :   Nicolas Schoonbroodt <nicolas@ffsa.be>
Thanks for help or patch these other developer :
    Eric Betts <bettse@onid.orst.edu>
    GRIm@ <thegrima@altern.org>
    Gof <ogoffart@kde. org>
    Nicolai Stange (nic-stange@t-online.de)