home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / softsys / andrew / 1485 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!mucs!lucs!daves
  2. From: daves@csc.liv.ac.uk (Dave Shield)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Tables containing rasters
  5. Message-ID: <C0HtF9.4nz@compsci.liverpool.ac.uk>
  6. Date: 7 Jan 93 16:49:57 GMT
  7. Sender: news@compsci.liverpool.ac.uk (News Eater)
  8. Organization: Computer Science, Liverpool University
  9. Lines: 29
  10. Nntp-Posting-Host: irw.csc.liv.ac.uk
  11.  
  12.  
  13.   We have been experiencing problems with printing tables where
  14. one of the cells contains a raster image  (or any other inset
  15. that produces PostScript output directly).
  16.   Rather than printing the raster, the final document appears
  17. with the _text_ of the PostScript instead.
  18.  
  19.   What appears to be happening is that table uses a troff
  20. diversion to hold the body of each row, to ensure that page
  21. breaks can occur when required.  This means that the troff is
  22. processed twice - once for the diversion, and again when the
  23. macro is executed.
  24.   The PostScript is protected by a single level of transparency,
  25. which is stripped off during the diversion.  Hence, when the macro
  26. is executed, the PostScript is no longer passed through unchanged,
  27. and gets printed like everything else.
  28.  
  29.   This is all using DITroff.  Groff does what you would expect
  30. (even though it technically shouldn't).
  31.  
  32.   Any ideas?  (Other than 'use groff'!)
  33.  
  34. Dave
  35. -------------------------------------------------------------------------------
  36. Dave Shield                  Janet: D.T.Shield@uk.ac.liverpool.compsci
  37. Dept. of Computer Science,          I'net: D.T.Shield@compsci.liverpool.ac.uk
  38. Liverpool University,        "I _order_ you to help!
  39. PO Box 147,             You're a machine and you must do
  40. Liverpool, L69 3BX         what you're told."    T. Pratchett, _Diggers_ 
  41.