home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / openloo / 4812 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.2 KB  |  78 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!uunet.ca!wildcan!sq!lee
  3. From: lee@sq.sq.com (Liam R. E. Quin)
  4. Subject: Re: pageview question
  5. Message-ID: <1992Dec11.212403.3224@sq.sq.com>
  6. Organization: SoftQuad Inc., Toronto, Canada
  7. References: <ByqAoE.5DL@egh-qc.uucp> <1992Dec6.055251.1024@sq.sq.com> <SCOTT.92Dec9175803@arugula.statsci.com>
  8. Date: Fri, 11 Dec 92 21:24:03 GMT
  9. Lines: 67
  10.  
  11. Liam R. E. Quin <lee@sq.sq.com>
  12. > Watch for EPS files that contain %%Page (they shouldn't!).
  13.  
  14. scott@statsci.com: <Scott Blachowicz>
  15. > [By my interpretation of what I've read...] Yes, they can.
  16. > So long as there is only one page, then things are SUPPOSED to be OK. 
  17. > I have heard of software that claims having %%Page makes it non-EPS, though.
  18. > If 'pageview' is such a package, I'd call it broken.
  19.  
  20. Looking at 
  21.  
  22. Required Comments
  23.     %!PS-Adobe-2.0 EPSF-2.0
  24.     %%BoundingBox: LLx LLy URx URy
  25.  
  26. Optional Comments:
  27.     %%Title: doc_title
  28.     %%Creator: your name
  29.     %%CreationDate date_and_time
  30.     %%EndComments
  31.  
  32. In addition, the following comments are permitted:
  33.     Fonts:
  34.     %%DocumentFonts
  35.     %%IncludeFont
  36.     %%BeginFont
  37.     %%EndFont
  38.     %%DocumentNeededFonts
  39.     Files:
  40.     %%IncludeFile
  41.     %%BeginFile
  42.     %%EndFile
  43.     Colour:
  44.     %%DocumentProcessColors
  45.     %%DocumentCustomColors
  46.     %%BeginProcessColor
  47.     %%EndProcessColor
  48.     %%BeginCustomColor
  49.     %%EndCustomColor
  50.     (and again for CMYK and RGB colours)
  51.     Preview:
  52.     %%BeginPreview
  53.     %%EndPreview
  54.     
  55. In sec. 5.3 we have:
  56.     The showpage operator is permitted in EPS files.... It is the including
  57.     document's responsibility to disable  showpage if needed.
  58.     (there's an example of how to do this)
  59.  
  60. One example has
  61.     %%Pages: 0
  62. but no %%Page 0 0 comment, ass one would expect.
  63.  
  64. The comment %%Pages is not specifically permitted, however.
  65.  
  66. I think a good general rule is to avoid having %%Page: comments for
  67. an illustration intended only to be included on a page.
  68. If nothing else, giving it a separate %%Page comment defeats the purpose
  69. of the %%Page: comments, since the comment will not start a new page.
  70.  
  71. Lee
  72.  
  73. -- 
  74. lee@sq.com (Liam Quin) the barefoot programmer; SoftQuad Inc +1 416 239 4801
  75.  OPEN LOOK UI FAQ; Metafont list; HexSweeper NeWS game; lq-text text retrieval
  76.  `The priestes boy came, whyle the flesh was seething' [lq-text-request@sq.com
  77.  1 Sam II:13/Miles Coverdale/1535
  78.