From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34155 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: itemize in blocks Date: Fri, 06 Apr 2007 22:40:39 +0200 Message-ID: <4616CC67.16628.A7E7F3@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 1175898792 5172 80.91.229.12 (6 Apr 2007 22:33:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 22:33:12 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 07 00:32:23 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 1HZvKE-000203-EC for gctc-ntg-context-518@m.gmane.org; Fri, 06 Apr 2007 22:46:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 581632005E; Fri, 6 Apr 2007 22:46:19 +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 21684-01-3; Fri, 6 Apr 2007 22:46:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 03F171FFF5; Fri, 6 Apr 2007 22:46:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D3551FFF5 for ; Fri, 6 Apr 2007 22:46:10 +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 21684-01-2 for ; Fri, 6 Apr 2007 22:46:05 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ronja.ntg.nl (Postfix) with ESMTP id A8B7D1FFEA for ; Fri, 6 Apr 2007 22:46:00 +0200 (CEST) Original-Received: from [89.12.136.136] (helo=[192.168.178.21]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML31I-1HZvJk3g70-00063J; Fri, 06 Apr 2007 22:45:57 +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: V01U2FsdGVkX1+iqIlzhcUETsTCG4oVQQ1EliwstaO3A7CmNs6 g4idlNUYAWhs7bGTXv2O9g58sHZCSFiiC2dI03p8b3nSY4luuX A2H7BKitdpjUYH43H23It6XLi+X+j0G 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:34155 Archived-At: Hallo! > >> use \par at the end of the question > >> > > > > Why? > > > \question pick up it sargument and uses \par as delimiter, otherwise > we could not apply attributes to the question text > > \question is the 'minimalistic approach, > > \startquestion > \stopquestion > > is the best way ans works ok here Ahhh! And then \par inside is working. Wolfgang