Path: utzoo!censor!geac!sq!lsuc!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cica!iuvax!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: HELP: \end occurs inside a group Message-ID: <1990Oct23.032222.1301@csrd.uiuc.edu> Date: 23 Oct 90 03:22:22 GMT References: <1990Oct21.132356.1@vmsa.technion.ac.il> <537@news.nd.edu> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 13 johanes@chagall.helios.nd.edu (Johanes Suhardjo) writes: > [...] I got this warning: > (\end occurred inside a group at level 1). >There is nothing wrong with the printed result. Can I just ignore the warning? Yes, but that's not particularly elegant. And no, if your document will grow much longer you may get introuble. You opened one more group than you closed. Probably a { somewhere. Put \end{document} at arbitrary places to locate the spot if you can't find it by just looking. Victor.