home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9610 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!mips!darwin.sura.net!jvnc.net!princeton!phoenix.Princeton.EDU!amlogan
  3. From: amlogan@phoenix.Princeton.EDU (Adam M. Logan)
  4. Subject: Re: Help with TeX error message
  5. Message-ID: <1992Jul28.235544.24039@Princeton.EDU>
  6. Originator: news@ernie.Princeton.EDU
  7. Keywords: typo isolation, group delimiters
  8. Sender: news@Princeton.EDU (USENET News System)
  9. Nntp-Posting-Host: phoenix.princeton.edu
  10. Organization: Princeton University
  11. References: <1992Jul28.161910.16295@math.toronto.edu> <1992Jul28.223317.10113@vela.acs.oakland.edu>
  12. Date: Tue, 28 Jul 1992 23:55:44 GMT
  13. Lines: 24
  14.  
  15. In article <1992Jul28.223317.10113@vela.acs.oakland.edu> jafortun@vela.acs.oakland.edu (James Fortune) writes:
  16. >In article <1992Jul28.161910.16295@math.toronto.edu> rodney@math.toronto.edu (Peter Rodney) writes:
  17. >>Hi. I am using LaTeX and could use some help with the 
  18. >>following tex error message.
  19. >>
  20. >>(\end occurred inside a group at level 1)
  21. >>
  22. >>In particular, what exactly does this mean? Is there an efficient
  23. >>method of locating where the problem is occurring? Any help will 
  24. >>be appreciated. Thanks.
  25. >>
  26. >>-peter
  27. >
  28. >This usually indicates that you failed to match the group delimiters (i.e., 
  29. >{ or }) someplace.  If your LaTeX file is large it is often helpful to
  30. >comment out clean (matched) sections of your file so that the missing
  31. >delimiter can be quickly isolated.  An emacs macro to place % at the
  32. >beginning of lines or one of the comment style files should work.
  33.  
  34. You could also try Emacs's validate-TeX-buffer command.  It isn't perfect,
  35. and its results are displyaed in a confusing fashion, but it still is better
  36. than nothing.
  37.  
  38. Adam
  39.