texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] patch for tm_gs to resolve the cygwin ghostscript issue


From: Andreas Seidl
Subject: [Texmacs-dev] patch for tm_gs to resolve the cygwin ghostscript issue
Date: Fri, 13 Feb 2004 11:10:21 +0100 (CET)

Below is a replacement of the file /misc/scripts/tm_gs .

----- cut here -----
#!/bin/sh
# Under Cygwin, prevent the X version of gs to be shadowed by a non-X
# version.
if [ -e /usr/bin/cygwin1.dll ] ; then
  USED_gs=/usr/X11R6/bin/gs
else
  USED_gs=gs
fi
exec $USED_gs -q -sDEVICE=x11alpha -dBATCH -dNOPAUSE -dSAFER -dNOEPS "$@"
----- cut here -----

Best Regards,
Andreas Seidl
--
http://www.fmi.uni-passau.de/~seidl






reply via email to

[Prev in Thread] Current Thread [Next in Thread]