home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / software / 2544 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.3 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!rpi!bu.edu!dartvax!news
  2. From: fermat@fermat.dartmouth.edu (Michael Glenn)
  3. Newsgroups: comp.sys.next.software
  4. Subject: TeX disk space inefficiencies. (save ~2 meg)
  5. Message-ID: <1992Nov7.172031.10284@dartvax.dartmouth.edu>
  6. Date: 7 Nov 92 17:20:31 GMT
  7. Sender: news@dartvax.dartmouth.edu (The News Manager)
  8. Organization: Dartmouth College, Hanover, NH
  9. Lines: 31
  10.  
  11.  
  12. My second attempt at posting this.  Dunno if this is old news, but...
  13.  
  14. After installing amstex and amslatex on my NeXT, I discovered several  
  15. additional files that were not needed.  Namely duplicate copies of files  
  16. that could easily be replaced with symbolic links.
  17.  
  18. In /usr/lib/tex/formats:
  19.  
  20. splain.fmt == slitex.fmt (576k)
  21. lplain.fmt == latex.fmt  (496k)
  22. plain.fmt  == tex.fmt    (288k)
  23.  
  24. In /usr/bin:
  25.  
  26. latex  == tex (184k)
  27. slitex == tex (184k)
  28. virtex == tex (184k)
  29.  
  30. /usr/bin/tex apparently looks at what command line command was used to  
  31. execute it to determine which .fmt file is loaded in.
  32.  
  33. I've removed latex, slitex, virtex, splain.fmt, lplain.fmt, and plain.fmt,  
  34. and replaced them with symbolic links, a total savings of 1912k, almost 2  
  35. meg!
  36.  
  37. Does anyone else know of other such duplicate files that come with the 3.0  
  38. packages?
  39.  
  40. Michael Glenn
  41. fermat@fermat.dartmouth.edu (NeXTmail welcome)
  42.