[1747] in Software_Announce
GLE on Athena updated to 4.0.11
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Feb 22 18:22:11 2006
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, facdev@MIT.EDU
Date: Wed, 22 Feb 2006 18:22:05 -0500
From: Alex T Prengel <alexp@MIT.EDU>
I've updated GLE on Athena to 4.0.11. GLE is an image description language
that the gle interpreter converts into image files. Currently supported
formats include pdf, eps, teps, ps, jpg, png. Examples are located below
/mit/gle_v4.0.11/share/demo in the gle_v4.0.11 locker.
From my message to users:
GLE has been updated to release 4.0.11 which has been made the default. There
has been a syntax change in the run command; to use it now:
add gle
gle -d <format> file.gle
where <format> is one of: pdf, eps, teps, ps, jpg, png
To run the prior 3.5 release now use the older syntax:
add gle
gle_ps file.gle /ps
There is a pdf manual for the new release at
http://web.mit.edu/gle_v4.0.11/gle-manual-4.0.9.pdf
Alex