From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/62487 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.comp.tex.context Subject: Re: "Inline" enumerations Date: Sun, 10 Oct 2010 00:29:21 +0200 Message-ID: <20101009222921.GP1522@atos.labs.wmid.amu.edu.pl> References: <20101009095250.GO1522@atos.labs.wmid.amu.edu.pl> <59276EC5-637A-44FB-9D54-017759A04567@gmail.com> 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: dough.gmane.org 1286663377 11851 80.91.229.12 (9 Oct 2010 22:29:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 22:29:37 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 10 00:29:36 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P4hv2-0005r8-B9 for gctc-ntg-context-518@m.gmane.org; Sun, 10 Oct 2010 00:29:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 865D3CA72F; Sun, 10 Oct 2010 00:29:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id p+ifJXX+Zepe; Sun, 10 Oct 2010 00:29:26 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 85A01CA723; Sun, 10 Oct 2010 00:29:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DA548CA723 for ; Sun, 10 Oct 2010 00:29:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b8XcMsnqzybf for ; Sun, 10 Oct 2010 00:29:22 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id AD921CA721 for ; Sun, 10 Oct 2010 00:29:22 +0200 (CEST) Original-Received: from atos.wmid.amu.edu.pl (atos.wmid.amu.edu.pl [150.254.78.2]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o99MTLtD002677 for ; Sun, 10 Oct 2010 00:29:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by atos.wmid.amu.edu.pl (Postfix) with ESMTP id 86FB21013DEC for ; Sun, 10 Oct 2010 00:29:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new (PLD-Linux) at wmid.amu.edu.pl Original-Received: from atos.wmid.amu.edu.pl ([127.0.0.1]) by localhost (atos.wmid.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id gxPDIoA2HDub for ; Sun, 10 Oct 2010 00:29:21 +0200 (CEST) Original-Received: by atos.wmid.amu.edu.pl (Postfix, from userid 3884) id 4C1E41013A14; Sun, 10 Oct 2010 00:29:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <59276EC5-637A-44FB-9D54-017759A04567@gmail.com> User-Agent: Mutt/1.4.2.3i X-Bayes-Prob: 0.0013 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=150.254.78.2; country=PL; region=86; city=Poznan; latitude=52.4167; longitude=16.9667; http://maps.google.com/maps?q=52.4167,16.9667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03DgKtmdi - 04b598cae0cf - 20101010 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:62487 Archived-At: Dnia Sat, Oct 09, 2010 at 04:51:17PM +0200, Wolfgang Schuster napisał(a): > > Am 09.10.2010 um 11:52 schrieb Marcin Borkowski: > > > Hi, > > > > is there an easy way to adapt ConTeXt's enumerations not to start > > another paragraph? Something like (a) this (b) is (c) a short > > enumeration. > > \starttext > > text > \startitemize[n,text][textdistance=medium,stopper=]% > \item one > \item two > \item three > \stopitemize > text > > \stoptext > > Wolfgang Thanks! And what if (theoretically) I wanted [a] text [b] text [c] etc.? And can I have "textdistance "shorter? Regards -- Marcin Borkowski (http://mbork.pl) We don't stop playing because we grow old; we grow old because we stop playing. G. B. Shaw ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________