On Thu, 3 Aug 2006, Michael Hennebry wrote:

> You might try editing the postscript file to redefine show.
> Something like
> /fred 0 setgray show def bind
> /show fred def bind
> might work.

Thanks! This, inserted near the top of the file, seems to work:  

/fred {0 setgray show} bind def 
/show {fred} bind def
/wilma {0 setgray xshow} bind def 
/xshow {wilma} bind def

Sebastian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to