home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / tex / 15537 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.2 KB  |  49 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!access.usask.ca!kakwa.ucs.ualberta.ca!vega!ntomczak
  3. From: ntomczak@vega.math.ualberta.ca (N Tomczak-Jaegermann)
  4. Subject: Re: Building your own format file on Unix?
  5. Message-ID: <ntomczak.728183453@vega>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: vega.math.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1jvckhINN1ui@mimas.cc.deakin.OZ.AU> <EIJKHOUT.93Jan26122126@cupid.cs.utk.edu>
  10. Date: Thu, 28 Jan 1993 01:10:53 GMT
  11. Lines: 36
  12.  
  13. eijkhout@cupid.cs.utk.edu (Victor Eijkhout) writes:
  14.  
  15. >and \dump at the final '*' or put \dump in your file.
  16. >Then type
  17. >    virtex \&formt infil
  18. >where infil.tex is your input.
  19.  
  20. On any Unix implementation which I have seen so far instead of
  21. this calisthenics you do instead 'ln virtex formt' and call it via
  22. 'formt infil'.  If you do not like name 'formt' you do then
  23. 'ln formt.fmt my_brand_new_name.fmt' and 'ln virtex my_brand_new_name'
  24. (of course in corresponding directories) and you then call it
  25. 'my_brand_new_name infil'.  That is the reason for a 'virtex'
  26. grand-daddy name.  BTW - (hard) links do not take an extra disk space
  27. even if each will list with a full size of an original file.
  28. Oh, do not forget 'rehash' once you introduced new program names.
  29. You computer may otherwise have problems finding them the first time
  30. around.
  31.  
  32. This mechanism has one side effect which already tripped a few
  33. TeXers.  Assume that you have latex.fmt linked to lplain.fmt and
  34. you just re-made a brand new lplain.fmt with NFSS, say, replacing
  35. an old lplain.fmt in the process.  You type 'latex test' and no
  36. NFSS is in sight.  The problem is that in this moment you have
  37. two separate files - latex.fmt (old) and lplain.fmt (new) and you
  38. are really using an old latex.fmt.  To complete an installation
  39. process you have to remove latex.fmt and re-create link of
  40. lplain.fmt to latex.fmt once again.  You may opt for symbolic
  41. links which do not suffer from that problem but have some other
  42. disadvantages.
  43.  
  44.   Just to make your life simpler.
  45.  
  46.     Michal Jaegermann
  47.     ntomczak@vega.math.ualberta.ca
  48.     ntomczak@vm.ucs.ualberta.ca 
  49.