• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGELOGH A D20-May-2007938 4134

COPYINGH A D06-May-200717.6 KiB341281

LaTeX.cH A D20-May-200718.1 KiB698534

LaTeX.hH A D20-May-20077.2 KiB18346

MakefileH A D12-May-20071.8 KiB5623

Makefile.mingwH A D06-May-20072.6 KiB9640

READMEH A D19-May-20071.3 KiB3628

TODOH A D19-May-2007200 85

README

1This is a plugin for Pidgin [1] that allows you to display LaTeX [2] output into your IMs.
2
3Important : 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 )
4
5You need to have convert (from Image Magick [3]).
6
7To build and install :
8You can compile the plugin using
9$ make
10and install it with
11$ make install
12This will install it in ~/.purple/plugins so that only the user who install it can use it.
13
14To install it for everybody on your computer,
15$ make
16$ su
17# make install PREFIX="/path/to/pidgin" (this command as root user)
18generally /path/to/pidgin is /usr or /usr/local. If you don't know the path then you can find out using
19$ whereis pidgin
20and look for the part before "/lib/pidgin".
21
22To use
23- put LaTeX code into $$ ... $$ markup, for example $$x \in \mathbb{R}$$
24
25[1] http://www.pidgin.im/
26[2] http://www.latex-project.org/
27[3] http://www.imagemagick.org/
28
29Developer :		Benjamin Moll <qjuh@users.sourceforge.net> (contact me for all infomations or suggestions)
30Former Developer : 	Nicolas Schoonbroodt <nicolas@ffsa.be>
31Thanks for help or patch these other developer :
32		Eric Betts <bettse@onid.orst.edu>
33		GRIm@ <thegrima@altern.org>
34		Gof <ogoffart@kde. org>
35		Nicolai Stange (nic-stange@t-online.de)
36