home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / 1071 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.8 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnews!merchant
  2. From: merchant@cbnews.cb.att.com (shahrukh.s.merchant)
  3. Newsgroups: comp.text
  4. Subject: Re: PIC: How to stop it from 'shrinking'
  5. Message-ID: <1992Jul27.182741.27@cbnews.cb.att.com>
  6. Date: 27 Jul 92 18:27:41 GMT
  7. References: <1992Jul24.141421.1911@mach4.wlu.ca>
  8. Distribution: na
  9. Organization: AT&T
  10. Lines: 34
  11.  
  12. In article <1992Jul24.141421.1911@mach4.wlu.ca> derwin@mach2.wlu.ca (Daryl Erwin) writes:
  13. >I am creating a pic file to put on an 8 x 11 sheet. PIC insists on
  14. >shrinking the file down to 7 X 8 (or so). 
  15. >
  16. >How can I override this shrinking?
  17. >
  18. >I have tried
  19. >
  20. >scale = 1
  21. >.PS 8 11
  22.  
  23. Well, I don't know which version of pic you have, but the following is
  24. true for the version we have installed here.
  25.  
  26. 1. Pic does NO scaling until either the horizontal dimension exceeds
  27.    8-1/2" or the vertical 11".
  28. 2. If either of these dimensions is exceeded, pic will scale the
  29.    offending dimension down to SEVEN inches (why not 8-1/2, or 11,
  30.    or 7 for horizontal and 10 for vertical, who's to say?).  So
  31.    if you truly want an 8-1/2 x 11 picture in portrait mode, as long
  32.    as your picture is not straying an iota (+- one LSB on your
  33.    system :-)) from the maximum dimensions above, you should be
  34.    OK.
  35. 3. In DWB version something-or-the-other, the variables maxpswid
  36.    and maxpsht were added.  If you set these appropriately, e.g.,
  37.         maxpswid=17i
  38.         maxpsht=11i
  39.    for a landscape-mode drawing on 11x17" paper, pic will not
  40.    invoke its automatic scaling until those dimensions are
  41.    exceeded.  If you do exceed these, it will scale to -- what
  42.    else? -- 7 inches (I told you, don't ask me why 7 inches!).
  43.  
  44.                     Shahrukh Merchant
  45.                     merchant@mvuxd.att.com
  46.