PyPreTeX - a Pythonic Previewer for LaTeX
(c) 2007-10 Alexandre Erwin Ittner <alexandre@ittner.com.br>
http://www.ittner.com.br/


PyPreTeX is a small Python application that displays and saves equations
from LaTeX code. All the hard-work is done by LaTeX and dvipng. It is a
handy tool for previewing and exporting equations (as PNG images) to other
applications.

PyPreTeX also saves the LaTeX code into the output files, so, it can be
imported back and edited.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. Please see the ''COPYING'' file for more
information.

This program was written for Linux and Unix systems. I do not know if it
will run on Windows.


System requirements:
 - Python >= 2.4, GTK+ >= 2.12 and PyGTK (these are installed by default
    in the major desktop Linux distributions);
 - A working LaTeX environment;
 - The dvipng package (search for it in your distribution);
 
