Eqe is a simple clone of the excellent LaTeX equation editor you can find on MacOS X. There's a zone to type LaTeX input, and it generates an image to represent it (color, font, and size are customisable). You can drag the image to other applications (like OpenOffice.org Impress, Mozilla, the Gimp). It also exports to almost any image format, including PNG, JPEG, PDF...). It is free software, released under the GPL. It is composed of two parts: eqedit, which is a command line tool that generates images from LaTeX input, and eqe which wraps eqedit into a graphical user interface. WWW: http://rlehy.free.fr/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan rafan@ wants this PRs
Hi, A patched version of 1.3.0 is here: http://people.freebsd.org/~chinsan/patch/eqe.shar Thanks.
rafan 2007-02-18 14:03:32 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/eqe Makefile distinfo pkg-descr pkg-plist textproc/eqe/files patch-src-eqedit Log: Add eqe 1.3.0, LaTeX equation editor. PR: ports/109216 Submitted by: chinsan Revision Changes Path 1.1112 +1 -0 ports/textproc/Makefile 1.1 +49 -0 ports/textproc/eqe/Makefile (new) 1.1 +3 -0 ports/textproc/eqe/distinfo (new) 1.1 +25 -0 ports/textproc/eqe/files/patch-src-eqedit (new) 1.1 +12 -0 ports/textproc/eqe/pkg-descr (new) 1.1 +6 -0 ports/textproc/eqe/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!