home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / misc / 18904 < prev    next >
Encoding:
Text File  |  1992-08-23  |  1.6 KB  |  55 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!umeecs!news
  3. From: gisli@hamilton.eecs.umich.edu (Gisli Ottarsson)
  4. Subject: Solved: personal TeX formats and the -v option
  5. Message-ID: <1992Aug23.185533.21037@zip.eecs.umich.edu>
  6. Sender: news@zip.eecs.umich.edu (Mr. News)
  7. Reply-To: gisli@liapunov.eecs.umich.edu
  8. Organization: University of Michigan EECS Dept., Ann Arbor, MI
  9. References: <1992Aug23.162251.15277@zip.eecs.umich.edu>
  10. Distribution: us
  11. Date: Sun, 23 Aug 1992 18:55:33 GMT
  12. Lines: 41
  13.  
  14. In article <1992Aug23.162251.15277@zip.eecs.umich.edu>  
  15. gisli@engin.umich.edu (Gisli Ottarsson) writes:
  16. > Hi!
  17. > How does one go about installing a private TeX format on a NeXT?
  18. > The standard way, i.e.,
  19. >     alias mytex "virtex \&myfmt"
  20. > does not work since it does not accept the -v or -V TeXview options.
  21. >             Thanks
  22. >                 Gisli
  23.  
  24. Let me answer my own question.  The document /usr/tex/ntman.dvi says
  25. it all. To create a command 'mytex' using a the format myfmt.fmt do
  26. this:  
  27.  
  28.   o    copy myfmt.fmt into a directory specified in the TEXFORMATS
  29.     variable  (e.g. ~/tex/formats)
  30.  
  31.   o    ln ~tex/formats/myfmt.fmt ~/tex/formats/mytex.fmt
  32.  
  33.   o    ln /usr/bin/virtex ~/Unix/bin/mytex
  34.     
  35. make the mytex command executable and make sure ~/Unix/bin is in your
  36. path.
  37.  
  38. This works for me.
  39.  
  40.                      So long
  41.  
  42.                         Gisli
  43.  
  44. PS:  If you are using TeX on the NeXT and haven't read 
  45. /usr/tex/ntman.dvi do yourself a favor and read it now.
  46. A lot of interesting stuff, thanks Mr. Rokicki!
  47.  
  48.