From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23832 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Re: items question Date: Sun, 27 Nov 2005 12:17:22 +0100 Message-ID: <1133090242.4146.1.camel@eagle.intern> References: <43897FD4.1090908@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133086075 2066 80.91.229.2 (27 Nov 2005 10:07:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2005 10:07:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 27 11:07:45 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgJRP-0004TP-P1 for gctc-ntg-context-518@m.gmane.org; Sun, 27 Nov 2005 11:07:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 604A812886; Sun, 27 Nov 2005 11:07:27 +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 18939-06; Sun, 27 Nov 2005 11:07:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5A5F6127DB; Sun, 27 Nov 2005 11:04:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1044B127DB for ; Sun, 27 Nov 2005 11:04:45 +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 19059-01 for ; Sun, 27 Nov 2005 11:04:44 +0100 (CET) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with ESMTP id 2D63212780 for ; Sun, 27 Nov 2005 11:04:43 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id B405E184078 for ; Sun, 27 Nov 2005 11:04:43 +0100 (CET) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32198-08 for ; Sun, 27 Nov 2005 11:04:41 +0100 (CET) Original-Received: from eagle.intern (p50834DDD.dip.t-dialin.net [80.131.77.221]) by new.militzer.net (Postfix) with ESMTP id BC7C8184077 for ; Sun, 27 Nov 2005 11:04:40 +0100 (CET) Original-To: ntg-context@ntg.nl In-Reply-To: <43897FD4.1090908@elvenkind.com> X-Mailer: Evolution 2.0.1 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.net X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23832 Archived-At: Am Sonntag, den 27.11.2005, 10:43 +0100 schrieb Taco Hoekwater: > Hi, > > > I'm working on the responses to the mini survey, and quite ofthen > there is an itemization with a title of sorts. It makes sense to > give such structures a bit different layout from a normal > itemization. My question: does anyone know of an easy way to do > this: > > bla di bla di do re mi > > As you can see: > 1. this is a gnat > 2. that is a gnu bla di bla di do re mi \startitemize[n,packed] \sym{As you can see:} \item this is a gnat \item that is a gnu \stopitemize that works for me Bernd