home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / misc / 18042 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.1 KB

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!cerritos.edu!arizona.edu!arizona.edu!news
  2. Newsgroups: comp.sys.next.misc
  3. Subject: Re: Answers to InstantTeX Questions
  4. Message-ID: <1992Jul22.024043.3522@arizona.edu>
  5. From: zazula@pri.com (Ralph Zazula)
  6. Date: 22 Jul 92 02:40:42 MST
  7. Reply-To: zazula@pri.com
  8. References: <1992Jul22.053824.7396@leland.Stanford.EDU>
  9. Distribution: world,local
  10. Nntp-Posting-Host: bonehead.tucson.az.us
  11. Lines: 26
  12.  
  13.  
  14. Hi -
  15.  
  16. Not to be an instigator or anything, but:
  17.  
  18. > 1. InstantTeX makes it possible to TeX your file directly from Edit
  19. > via a keystroke. 
  20.  
  21. So does adding this to your ~/.commandict file:
  22.  
  23. TeX    X    texsis -V $file&
  24.  
  25. This adds the menu entry "TeX" with the command-key equivalent "X" to your  
  26. Utilities->UserCommands menu in Edit.  I use TeXsis but you can change it to  
  27. read:
  28.  
  29. TeX    X    tex -V $file&
  30.  
  31. etc...  It helps to have TeXview launched before running this - if you don't,  
  32. you'll have to quit TeXview before you can go back and edit your document...
  33.  
  34. I don't recall who sent me this hack but I've been using it for quite a while  
  35. and the price is right...
  36.  
  37. Ralph
  38.