home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / openloo / 3431 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!gatech!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: pageview
  5. Message-ID: <1992Aug12.160527.7124@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <BsD1MM.54J@newcastle.ac.uk>
  10. Date: Wed, 12 Aug 1992 16:05:27 GMT
  11. Lines: 32
  12.  
  13. In article 54J@newcastle.ac.uk, dph1kg@durham.ac.uk (Karl Glazebrook) writes:
  14. >I don't see what the point of this %%Page stuff is. After all the laser printer 
  15. >manages to figure out the page breaks OK without this help! So does CDA viewer
  16. >in DECwindows.
  17. >
  18. >Maybe someone from Adobe would care to explain the logic behind having language
  19. >commands in the comment fields? This seems crazy. 
  20.  
  21. The rationale for the comment conventions is set out in the Appendix to
  22. the PostScript Language Reference Manual.  This was Appendix C in the original
  23. red book (I don't have  a copy of the big, fat, red-and-white second edition).
  24.  
  25.     An essential requirement of the structuring conventions is that one
  26.     should be able to obtain the structural information from a page
  27.     description without having to interpret or execute the PostScript
  28.     program itself.  That is, the structure must be distinguishable
  29.     by static analysis of the text of the page description, and it
  30.     must be straightforward to extract and interpret the structural
  31.     information.
  32.  
  33.     The structuring conventions make use of PostScript _comments_ to
  34.     represent this information....
  35.  
  36. The comments are not language commands (they do not affect the appearence
  37. of the output pages) but contain additional information that is useful to
  38. PostScript interpreters.  This information is particularly useful if you
  39. wish to be able to display arbitrary pages from a multipage document.  It
  40. isn't useful if you are going to interpret the whole document anyway (as
  41. a printer will).
  42.  
  43.     Chris Flatters
  44.     cflatter@nrao.edu
  45.