home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / software / 2548 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!marcel
  3. From: marcel@opal.cs.tu-berlin.de (Marcel Weiher)
  4. Subject: Re: TeX disk space inefficiencies. (save ~2 meg)
  5. Message-ID: <1992Nov7.225124.20183@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. References: <1992Nov7.172031.10284@dartvax.dartmouth.edu>
  9. Date: Sat, 7 Nov 1992 22:51:24 GMT
  10. Lines: 29
  11.  
  12. fermat@fermat.dartmouth.edu (Michael Glenn) writes:
  13.  
  14.  
  15. >My second attempt at posting this.  Dunno if this is old news, but...
  16.  
  17. Too bad you succeeded :-)
  18.  
  19. >After installing amstex and amslatex on my NeXT, I discovered several  
  20. >additional files that were not needed.  Namely duplicate copies of files  
  21. >that could easily be replaced with symbolic links.
  22.  
  23. [... gives example of tex,latex, slitex ...]
  24.  
  25. >/usr/bin/tex apparently looks at what command line command was used to  
  26. >execute it to determine which .fmt file is loaded in.
  27.  
  28. It does.
  29.  
  30. >I've removed latex, slitex, virtex, splain.fmt, lplain.fmt, and plain.fmt,  
  31. >and replaced them with symbolic links, a total savings of 1912k, almost 2  
  32. >meg!
  33.  
  34. Oh the joys of UNIX!  In the original distribution they are HARD LINKS,
  35. meaning several directory entries referring to the same inode (actual
  36. file data).  How about a good introductory UNIX text?  :-)
  37.  
  38. Marcel
  39.  
  40.  
  41.