Re: xman: why is it giving me raw PS?
Re: xman: why is it giving me raw PS?
- Subject: Re: xman: why is it giving me raw PS?
- From: Martin Costabel <email@hidden>
- Date: Sat, 01 Mar 2003 20:34:48 +0100
Richard Gronostajski wrote:
I put in the GROFF statement listed below in .xinitrc and xman still
gives me raw postscript. I have the developers kit installed and also
have GIMP-PRINT installed? Any ideas?
Put the following in your .xinitrc:
GROFF_TYPESETTER=latin1
You have to make it an environment variable, i.e. either add a second line
export GROFF_TYPESETTER
or combine it into one line as
export GROFF_TYPESETTER=latin1
OTOH, this only makes sense if you start xman from inside your .xinitrc
or from an xterm started from inside .xinitrc.
If you start xman from a Terminal.app window, you probably are running
tcsh as your shell, and then you have to say
setenv GROFF_TYPESETTER latin1
before starting xman.
--
Martin
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.