From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45207 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: \item doesn't work with ConTeXt (works with LuaTeX/TeX) Date: Fri, 31 Oct 2008 15:26:41 +0100 Message-ID: <115224fb0810310726v5a81e45erb8298b397b813697@mail.gmail.com> References: <20081031144657.256862c4@kylae> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225463334 5426 80.91.229.12 (31 Oct 2008 14:28:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 14:28:54 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 31 15:29:55 2008 connect(): Connection refused Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1Kvv0V-0007ie-7q for gctc-ntg-context-518@m.gmane.org; Fri, 31 Oct 2008 15:29:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 198751FC77; Fri, 31 Oct 2008 15:28:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04974-02-8; Fri, 31 Oct 2008 15:27:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 28AE31FC1A; Fri, 31 Oct 2008 15:27:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D77F1FB49 for ; Fri, 31 Oct 2008 15:27:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04974-02-7 for ; Fri, 31 Oct 2008 15:26:49 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with ESMTP id D07A71FC6B for ; Fri, 31 Oct 2008 15:26:41 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id c10so553855nfd.44 for ; Fri, 31 Oct 2008 07:26:41 -0700 (PDT) Original-Received: by 10.102.234.20 with SMTP id g20mr5544241muh.113.1225463201414; Fri, 31 Oct 2008 07:26:41 -0700 (PDT) Original-Received: by 10.103.22.8 with HTTP; Fri, 31 Oct 2008 07:26:41 -0700 (PDT) In-Reply-To: <20081031144657.256862c4@kylae> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:45207 Archived-At: On Fri, Oct 31, 2008 at 2:46 PM, Mildred Ki'Lya wrote: > Hi, > > I have a strange error with ConTeXt. This error isn't produced using > LuaTeX. The error seems to be in one of the CoTeXt files but I can't > understand it. I hope some of you will be able to help me there. > > The code is as simple as that: > > > ===== test.tex ===== > 1 \begingroup > 2 \item{1} test 1 > 3 \item{2} test 2 > 4 \endgroup > 5 > 6 \end > 7 > ==================== > > > > Now, if I run 'context test', I get at some point the following error: > > ! Missing } inserted. > > } > > \endgroup > \stopitemgroup ...mdepth }\egroup \else \endgroup > \global \advance \itemdept... > l.5 > > ? > > > Attached, the complete log. > > I hope you'll be able to understand that strange error. 1. Why don't you use the itemize environment? 2. End the paragraph before the end of the group. \item 2 test 2 \par \endgroup or \item 2 test 2 \endgroup Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________