home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0368.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  869 b   |  30 lines

  1. The FAQ says that in default configs, lpr should work, and if you want
  2. one can write a script executor_filter that works like so:
  3.  
  4. executor_filter < faff.ps
  5.  
  6.  
  7. So I wrote a script 
  8.  
  9. #! /bin/sh
  10. lpr #1
  11.  
  12. That does what the FAQ say it should. The problem is that I get a text
  13. printout of the postscript output file at the printer.
  14.  
  15. TexEdit adds an extra % sign in front of %! PS-Adobe-3.0 to make it like
  16. %%! PS-Adobe-3.0
  17.  
  18. AFAIK, any line with a prepended %% is a comment in postcript. Thus
  19. the whole file is seen by the drivers-lpr-printers as text and not
  20. postscript. How can one remedy this?
  21.  
  22. Thanks
  23. --
  24. Greetings,                       __            N.Sharma@IS.TWI.TUDelft.NL
  25.                       __________/ F      
  26.                     c'____---__=_/     
  27. Naresh _______________o_____o___________http://is.twi.tudelft.nl/~sharma/
  28.                                     
  29.  
  30.