From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17275 Path: main.gmane.org!not-for-mail From: "Dirar BOUGATEF" Newsgroups: gmane.comp.tex.context Subject: Re: Problem with \defintion. Date: Sun, 28 Nov 2004 15:41:44 +0000 Message-ID: References: <20041128152200.118@news.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1101656534 7426 80.91.229.6 (28 Nov 2004 15:42:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 15:42:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 28 16:42:09 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYRBg-0008RJ-00 for ; Sun, 28 Nov 2004 16:42:08 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C801127A9; Sun, 28 Nov 2004 16:42:07 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16054-04; Sun, 28 Nov 2004 16:42:05 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 15E5F127A4; Sun, 28 Nov 2004 16:42:05 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B46F2127A4 for ; Sun, 28 Nov 2004 16:42:03 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16157-04 for ; Sun, 28 Nov 2004 16:42:03 +0100 (CET) Original-Received: from hotmail.com (unknown [64.4.22.68]) by ronja.ntg.nl (Postfix) with ESMTP id C4E75127A1 for ; Sun, 28 Nov 2004 16:42:02 +0100 (CET) Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 28 Nov 2004 07:42:01 -0800 Original-Received: from 82.226.175.122 by by23fd.bay23.hotmail.msn.com with HTTP; Sun, 28 Nov 2004 15:41:44 GMT X-Originating-IP: [82.226.175.122] X-Originating-Email: [chabah5@hotmail.com] X-Sender: chabah5@hotmail.com In-Reply-To: <20041128152200.118@news.comp.lancs.ac.uk> Original-To: ntg-context@ntg.nl X-OriginalArrivalTime: 28 Nov 2004 15:42:01.0006 (UTC) FILETIME=[CD3C14E0:01C4D560] X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17275 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17275 Hi Adam, This is an example: \starttext \definition{HMV} blablabla \definition{TTV} blablabla %I also have items sometime afterwards: \startitemize[r] % \head My head \par \startitemize[triangle] \item First Item \item Second Item \item Third Item \stopitemize % \stopitemize \stoptext At this point, it compiles, but when i add a third definition, lets say \definition{QTV} blablabla It generates the error: ! Undefined control sequence. ... \twopassentry {\s!list }{\currentlist }{\currentlist :\noflistel... }\endwrite \immediatewriteutilitycommand ...ti {c \string #1} \stopitemgroup ...th =\zerocount \dolistreference \fi \iffirstlist \else \en... l.360 \stopitemize I have just tried \par after each definition as follows \definition{QTV} blablabla \par I can now compile but the doc does talk about this! Question: Do we have to put a \par. It is really bizarre that it solves the problem, cause my items are defined far away in my document from the definitions.