From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34146 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: itemize in blocks Date: Thu, 05 Apr 2007 19:53:51 +0200 Message-ID: <461553CF.24255.49A519@wwl.musensturm.de> References: 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: sea.gmane.org 1175795970 20643 80.91.229.12 (5 Apr 2007 17:59:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2007 17:59:30 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 05 19:59:26 2007 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 1HZWF3-0007nD-8A for gctc-ntg-context-518@m.gmane.org; Thu, 05 Apr 2007 19:59:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B15D320150; Thu, 5 Apr 2007 19:59:22 +0200 (CEST) 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 30854-05; Thu, 5 Apr 2007 19:59:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12ADE2010B; Thu, 5 Apr 2007 19:59:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B35032010B for ; Thu, 5 Apr 2007 19:59:13 +0200 (CEST) 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 31334-03-9 for ; Thu, 5 Apr 2007 19:59:12 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by ronja.ntg.nl (Postfix) with ESMTP id 4E94A200EF for ; Thu, 5 Apr 2007 19:59:12 +0200 (CEST) Original-Received: from [89.13.27.138] (helo=[192.168.178.21]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1HZWEp2YAf-0004Bg; Thu, 05 Apr 2007 19:59:11 +0200 Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX19wXPfHY8AJgipuRB6/DCfRE2IC2NtMo8TKMY1 O4MGidT+sTV9Wd1bT8OPTX4p62bSD6+teRBg7Jpy2GZCE6jEpx lo3h1yg2BLo1ZFdIn+iccqEtB/mvOtB 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:34146 Archived-At: Hi Bernd! > > what I am doing wrong with the following snipped? > > > > The \par in the \item does not work. > > ------------------------------------------------------- > > \defineenumeration[question][location=top,text=Aufgabe] > > \defineblock[question] > > > > \starttext > > \chapter{Aufgaben} > > \beginquestion > > \question > > \startitemize[a] > > \item Zick > > > use: \crlf or \blank and not \par A better workaround would be \endgraf, but I think \par should work here, as it works in other situations outside the block-environment. I asked myself if this is a little bug or an error of mine. > use \par at the end of the question Why? ciao, Wolfgang