* Where do I report errors and missing items in this FAQ ?
==========================================================

Please send me a mail:

 rlehy@free.fr

* How do I get help if eqe does not work ?
==========================================

Send me a mail to rlehy@free.fr. Please tell me:
* how you installed eqe (what is you system. which package you used, how you installed the dependances);
* what LaTeX input precisely gave you the problem;
* the complete eqe/eqedit output, including the full log;
* if you're using a customised template (~/.eqe/template.tt.tex), send it.

Also, one interesting thing to try if you want to chase problems is:
 echo "\LaTeX is my worst nightmare" | eqedit -v --log=eqedit.log
then look at eqedit.log and see if the image in eq.png looks right.

* How do I install eqe on Debian ?
==================================

1. change to root:

 su

2. install the needed packages:

 apt-get install libgtk2-perl libtemplate-perl libfile-slurp-perl tetex-extra imagemagick

3. install the provided .deb:

 dpkg -i eqe_1.2.0-1_all.deb

* How do I install eqe on Ubuntu ?
==================================

1. install the needed packages:

 sudo aptitude install libgtk2-perl libtemplate-perl libfile-slurp-perl tetex-extra imagemagick

2. install the provided .deb:

 sudo dpkg -i eqe_1.2.0-1_all.deb

* How do I install eqe on Fedora Core 4 ?
=========================================

I assume you have yum installed.

1. change to root:

 su

2. install the needed packages:

 yum install perl-Gtk2 perl-Template-Toolkit perl-File-Slurp tetex-latex ImageMagick

3. install the provided RPM:

 rpm -i eqe-1.2.0-1.i386.rpm

* How do I install eqe on Fedora Core 1,2,3 ?
=============================================

I assume you are using apt (yum install apt). This describes how to fetch the
dependances from the Dag repository 
(http://dag.wieers.com/home-made/apt/FAQ.php).

1. add ONE OF these lines to your /etc/apt/sources.list 
(depending on your version of FC: 1, 2 or 3):

 rpm http://apt.sw.be fedora/1/en/i386 dag
 rpm http://apt.sw.be fedora/2/en/i386 dag
 rpm http://apt.sw.be fedora/3/en/i386 dag

2. import Dag's GPG key:

 (as root)
 rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt 

3. update the list of available packages:

 (as root)
 apt-get update

4. install the needed packages:

 (as root)
 apt-get install perl-Gtk2 perl-Template-Toolkit perl-File-Slurp tetex-latex ImageMagick 

5. install the provided RPM:
 
 (as root)
 rpm -i eqe-1.2.0-1.i386.rpm

 (or whatever the current version is)

* How do I install eqe on Red Hat Enterprise Linux ?
====================================================

Follow the instructions for Fedora Core above, but use one of these
lines instead in your /etc/apt/sources.list (depending on you version
of RHEL):

 rpm http://apt.sw.be redhat/el4/en/i386 dag
 rpm http://apt.sw.be redhat/el3/en/i386 dag
 rpm http://apt.sw.be redhat/el2.1/en/i386 dag

* How do I install eqe on older Red Hat Linux releases ?
========================================================

Follow the instructions for Fedora Core above, but use one of these
lines instead in your /etc/apt/sources.list (depending on your version of RH):

 rpm http://apt.sw.be redhat/9/en/i386 dag
 rpm http://apt.sw.be redhat/8.0/en/i386 dag
 rpm http://apt.sw.be redhat/7.3/en/i386 dag
 rpm http://apt.sw.be redhat/6.2/en/i386 dag 

* How do I use eqe with OpenOffice Impress 1.x and drag and drop ?
==============================================================

If  you drag an image from eqe to OpenOffice,
OO will link to eqe's temporary file, which eqe will happily
delete when it feels like it.

To embed the image inside the presentation (instead of just linking to it),
click Edit->Links... and then 'Break link'.

