home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16805 < prev    next >
Encoding:
Text File  |  1992-11-15  |  2.2 KB  |  42 lines

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!rpi!bu.edu!news.tufts.edu!news.tufts.edu!gtaylor
  2. From: gtaylor@jade.tufts.edu (Grant Taylor)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Where is Ghostscript
  5. Message-ID: <GTAYLOR.92Nov16001704@jade.tufts.edu>
  6. Date: 16 Nov 92 05:19:45 GMT
  7. References: <1992Nov14.134002.1@mcclb0.med.nyu.edu> <1e3lupINNs8e@matt.ksu.ksu.edu>
  8.     <1992Nov15.212430.9544@mail.cornell.edu>
  9.     <GTAYLOR.92Nov16000906@jade.tufts.edu>
  10. Sender: news@news.tufts.edu (USENET News System)
  11. Organization: Tufts University - Medford, MA
  12. Lines: 27
  13. In-Reply-To: gtaylor@jade.tufts.edu's message of Mon, 16 Nov 1992 05:11:48 GMT
  14.  
  15. as a footnot to the above, the easiest installation of the
  16. ghostscript/ghostview package i could find is to get the gs binaries
  17. out of disk b5 of the SLS distribution
  18. (tsx:/pub/linux/SLS/b5/ghostscr.taz), the ghostview patch from
  19. sunsite:/pub/Linux/Incoming/ghostview.patch and the regular ghostview
  20. package and ghostscript fonts package from prep.ai.mit.edu, or
  21. preferably somewhere else...
  22.  
  23. note that these last two are not necessary for all installations,
  24. specifically, ghostscript alone with no fonts or even ghostview is
  25. sufficient to print and preview (in X only, with a illegible but
  26. usefull full page view) a dvi file.  ghost view will offer more
  27. flexible viewing of postscript, but is, again not necessary if you
  28. only do dvi, as xdvi does a better job for this purpose.
  29.  
  30. -grant
  31. --
  32. +----------------+------------------------------+-------------------------+
  33.    Grant Taylor / it's time for martian's rest / (gtaylor@Jade.Tufts.Edu)
  34. +--------------+-----vvvvvvvvvvvvvvvvvvvvvvvvv+vvvvvvvvvvvvvvvvvvvvvvvvvvv+
  35. #include<stdio.h> /* gcc this, and all your dreams will come true (maybe!) */
  36. static int pp(char*a){int i=0;while(a[i])putchar(a[i++]-1);}main(){int a,b,c;
  37. char *d[]={"ep","efbvy","epvhi","epf"},*i[]={"j","fzf","jhi"},*f[]={"G","Qi"}
  38. ;pp("Jo\x21nfnpsz\x21pg\x21Jttbd\x21 Btjnpw///");putchar('\n');putchar('\n');
  39. for(a=0;a<2;a++)for(b=0;b<3;b++){for(c=0;c<4;c++){if(c==1)putchar('\t');pp(f
  40. [a]);pp(i[b]);pp(d[c]);putchar('\t');if(a==0&&b==0&&(c==1||c==2))putchar('\t'
  41. );}putchar('\n');}}  /* sorry kids, this one is only worth one bonus point */
  42.