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

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!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.92Nov16000906@jade.tufts.edu>
  6. Date: 16 Nov 92 05:11:48 GMT
  7. References: <1992Nov14.134002.1@mcclb0.med.nyu.edu> <1e3lupINNs8e@matt.ksu.ksu.edu>
  8.     <1992Nov15.212430.9544@mail.cornell.edu>
  9. Sender: news@news.tufts.edu (USENET News System)
  10. Organization: Tufts University - Medford, MA
  11. Lines: 38
  12. In-Reply-To: eds2@cornell.edu's message of 15 Nov 92 21:24:30 GMT
  13.  
  14. In article <1992Nov15.212430.9544@mail.cornell.edu> eds2@cornell.edu (Eric Scharff) writes:
  15.  
  16.    In article <1e3lupINNs8e@matt.ksu.ksu.edu> James Michael Chacon,
  17.    probreak@matt.ksu.ksu.edu writes:
  18.    >From what I hear ghostscript compiles out of the box. So you can get that
  19.    >from any site that mirrors prep.ai.mit.edu:/pub/gnu directory. Try
  20.    >wuarchive first. As far as ghostview goes, it should also be on that site
  21.    >and should compile with very little problems.
  22.  
  23.    Does ghostscript require its own set of fonts, or can it use X Fonts?
  24.  
  25. yes, ghostscript wants its own fonts...  however, i don't believe
  26. that they are actually necessary if you intend to be printing out
  27. primarily tex output (ie, dvips->gs), as i think dvips soutputs only
  28. graphics for it's postscript output.  (i could be wrong, but how else
  29. would the output fit the billing of device independant and look the
  30. same as xdvi, which uses the tex fonts - in any case, gs won't use X
  31. fonts) 
  32.  
  33. of course, if you  want to print more normal postscript containing
  34. text actually as text+(font location style, etc) then you'll need the
  35. fonts, which are @prep.ai.mit.edu:pub/gnu/ghostscript-fonts#.##.tar.Z
  36. (or something to that affect.  this file is over a meg, and expands to
  37. about 2 megs worth of fonts...
  38.  
  39. -grant
  40.  
  41. --
  42. +----------------+------------------------------+-------------------------+
  43.    Grant Taylor / it's time for martian's rest / (gtaylor@Jade.Tufts.Edu)
  44. +--------------+-----vvvvvvvvvvvvvvvvvvvvvvvvv+vvvvvvvvvvvvvvvvvvvvvvvvvvv+
  45. #include<stdio.h> /* gcc this, and all your dreams will come true (maybe!) */
  46. static int pp(char*a){int i=0;while(a[i])putchar(a[i++]-1);}main(){int a,b,c;
  47. char *d[]={"ep","efbvy","epvhi","epf"},*i[]={"j","fzf","jhi"},*f[]={"G","Qi"}
  48. ;pp("Jo\x21nfnpsz\x21pg\x21Jttbd\x21 Btjnpw///");putchar('\n');putchar('\n');
  49. 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
  50. [a]);pp(i[b]);pp(d[c]);putchar('\t');if(a==0&&b==0&&(c==1||c==2))putchar('\t'
  51. );}putchar('\n');}}  /* sorry kids, this one is only worth one bonus point */
  52.