Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!gatech!udel!rochester!daemon From: tank!eecae!netnews.upenn.edu!eniac.seas.upenn.edu!jeff@handies.ucar.edu (Jeffrey M White) Newsgroups: comp.protocols.appletalk Subject: Re: Need help with strange CAP lwsrv/papif problem Message-ID: <1989Oct4.193112.105@cs.rochester.edu> Date: 4 Oct 89 19:31:12 GMT References: <15058@netnews.upenn.edu> <19130@ut-emx.UUCP> Reply-To: jeff@eniac.seas.upenn.edu.UUCP (Jeffrey M White) Organization: University of Pennsylvania Lines: 33 In article <19130@ut-emx.UUCP> mic@emx.utexas.edu (Mic Kaczmarczik) writes: >In article <15058@netnews.upenn.edu> jeff@eniac.seas.upenn.edu (Jeffrey M White ) writes: >> .. >> Basically, what happens is that anytime I try to print a file to an lwsrv >>published printer, the first page of the document comes out normally, but all >>subsequent pages have the font(s) converted to Courier. >[...more info...] > >We've seen something similar to this. If you're running TranScript on >your Unix machine, and the queue has page reversal enabled, the Mac > ... >There are two things you can do in this case: 1) turn off automatic >page reversal on your TranScript printer queue, or 2) use the >-Tmakenondscconformant flag to lwsrv, which modifies the PostScript >file so the header doesn't imply that it's page-reversible. We're >using approach #2 on our LaserWriter Pluses, since we still want troff >output and text files to be page-reversed. > Thanks for th info. I decided to -r (no page reversal) route. What I did was to modify (my already modified) lwsrv program to issue the lpr command with the -c option (which is for cifplot files), then modified the psif script to treat pscf (which -c calls) as a valid filter name, having it do an "exec comm2 ;;", comm2 being the same as the variable comm, expect for having the -r option it. This way, only Mac files disable page reversal. My question is whether the -Tmakenondscconformant flag would do EXACTLY the same thing. Does the fact that I am still running in 'conformant' mode buy me anything extra? Jeff White University of Pennsylvania jeff@eniac.seas.upenn.edu