A small program to input images of math.

This is a small program to help to obtain image files of mathematical expression. This is written in Python. This program needs PyGTK, LaTeX, and Dvipng. (If they are in your system (of any OS), then this program may run.)

This is the newest. Since this is an alpha version (i.e., a prototype version), there exist some fuctions which have not been implemented yet, e.g., we can custumize the default preamble and so on, but we can not save setting. Since this uses the software dvipng, we cannot use japanese characters basically.

Usage

Download the program test.py and run it (as e.g., python test.py).

Input TeX sources of some mathematical expression. Then click the button of Execute (or press Alt+E). Then it will be compiled (latex and dvipng will run) and the resulting image will be copied to cliboard automatically.

Screenshot

Change log

1/8/'11 Simplified.


../