home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9698 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  2.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!utkcs2!cupid.cs.utk.edu!eijkhout
  2. From: eijkhout@cupid.cs.utk.edu (Victor Eijkhout)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Lightning TeXtures !!!
  5. Keywords: I am amazed!
  6. Message-ID: <l7io6iINN31r@utkcs2.cs.utk.edu>
  7. Date: 31 Jul 92 15:48:34 GMT
  8. References: <l7e56tINN880@utkcs2.cs.utk.edu> <1992Jul31.021545.6738@sunb10.cs.uiuc.edu>
  9. Reply-To: eijkhout@cupid.cs.utk.edu (Victor Eijkhout)
  10. Organization: University of Tennessee, Knoxville - Department of Computer Science
  11. Lines: 41
  12. NNTP-Posting-Host: cupid.cs.utk.edu
  13.  
  14. In article <1992Jul31.021545.6738@sunb10.cs.uiuc.edu>, epstein@sparc9.cs.uiuc.edu (Milt Epstein) writes:
  15.  
  16. |> In <l7e56tINN880@utkcs2.cs.utk.edu> eijkhout@cupid.cs.utk.edu (Victor Eijkhout) writes:
  17.  
  18. |> >(For those of you who havent' heard of LT: it is a very fast -- assembler ! --
  19. |> >implementation of TeX that continually reformats your input and displays
  20. |> >this in the preview window. Every time you press a key, I think.)
  21. |> 
  22. |> Are there any problems caused when you are in the middle of typing in
  23. |> some block of code, so at some points the file will not be complete,
  24. |> correct tex/latex code, and if tex/latex is run then, you will get
  25. |> errors (and the previewer may barf)?
  26.  
  27. Yes, you do get errors, and no, the previewer does not barf. Kudos to the
  28. programmers at Blue Sky for this. All errors show up in a log window,
  29. and I found this continuous string of error msgs somewhat disconcerting,
  30. but then I clicked shut the log window, and it didn't bother me
  31. anymore.
  32.  
  33. |> Currently, I use (Ed Reingold's) tex-mode in emacs, so while I'm
  34. |> editing, I have xdvi running, and periodically run latex on the file
  35. |> from within emacs (xdvi automatically looks at the new .dvi file).
  36.  
  37. Same idea, only not automatically performed.
  38.  
  39. |> I was thinking of writing some emacs code that automatically runs
  40. |> latex on the file every so often (perhaps when it auto-saves).  The
  41. |> above situation seemed like it would cause problems, though (e.g. if
  42. |> when it runs latex, I am in the middle of entering a block, so I might
  43. |> not have the appropriate \end or whatever, and latex -- and probably
  44. |> xdvi -- will barf).
  45.  
  46. Quite likely. On an incomplete TeX file you will simply not get
  47. a dvi file. Another synchronization problem:
  48. The postamble of a dvi file contains a lot of information
  49. and although I've seen some previewers (I remember one on the Atari ST)
  50. that could handle incomplete dvi files, most of them give up.
  51.  
  52. |> Milt Epstein
  53.  
  54. Victor.
  55.