From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/84336 Path: news.gmane.org!not-for-mail From: Xan Newsgroups: gmane.comp.tex.context Subject: Re: startitemize bad with columns Date: Thu, 19 Sep 2013 21:49:49 +0200 Message-ID: <20130919214949.216dfb674482dc7dd40a0d53@telefonica.net> References: <20130919151926.dbf2f1227b83fa5df1bf449f@telefonica.net> <523B1663.4040007@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1379620421 977 80.91.229.3 (19 Sep 2013 19:53:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 19:53:41 +0000 (UTC) Cc: mailing list for ConTeXt users To: Hans Hagen Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 19 21:53:45 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VMkIK-0003jT-1h for gctc-ntg-context-518@m.gmane.org; Thu, 19 Sep 2013 21:53:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 879B6101E6; Thu, 19 Sep 2013 21:51:45 +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 OFhyYGPsZUn3; Thu, 19 Sep 2013 21:51:43 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id ADE1F101E7; Thu, 19 Sep 2013 21:51:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E5536101E7 for ; Thu, 19 Sep 2013 21:51:41 +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 lR2D4gX+niez for ; Thu, 19 Sep 2013 21:51:40 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id CC828101E6 for ; Thu, 19 Sep 2013 21:51:40 +0200 (CEST) Original-Received: from smtp.movistar.es (smtp21.acens.net [86.109.99.145]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r8JJra2N017680 for ; Thu, 19 Sep 2013 21:53:37 +0200 X-CTCH-RefID: str=0001.0A0B0207.523B563F.009A, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-Spam: Unknown Original-Received: from rulot (80.30.57.84) by smtp.movistar.es (8.6.111.04) (authenticated as dxpublica) id 523B140600048815; Thu, 19 Sep 2013 19:53:35 +0000 In-Reply-To: <523B1663.4040007@wxs.nl> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.20; i686-pc-linux-gnu) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=86.109.99.145; country=ES; latitude=40.0000; longitude=-4.0000; http://maps.google.com/maps?q=40.0000,-4.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TKr7RBPb - 64315bf2e586 - 20130919 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:84336 Archived-At: I will do, but \startitem.... \stopitem? Is it new? Should I do this way, not only \item and just works? Xan On Thu, 19 Sep 2013 17:21:07 +0200 Hans Hagen ha escrit: > On 9/19/2013 3:19 PM, Xan wrote: > > Hi, > > > > With this minimal example: > > > > \starttext > > \startitemize[a,columns,four] > > \item $5^3$ > > \item $\left(\frac{2}{3}\right)^4$ > > \item $254^0$ > > \column > > \item $\left(\frac{-8}{12}\right)^3$ > > \item $\left(-3\right)^5$ > > \item $\left(-50\right)^5$ > > \column > > \item $\left(-10\right)^7$ > > \item $0,2^3$ > > \item $\left(-0,22\right)^4$ > > \column > > \item $\left(\frac{3}{2}\right)^4$ > > \item $22^1$ > > \item $22^0$ > > \stopitemize > > \stoptext > > > > I get "mis-ordered" columns > > > > What can I do? > > download the beta that i just uploaded (i merged some experimental code > in mixed columns) > > i also added a math snapper ... because that's what one should actually > do when not in grid mode > > \starttext > > \startbuffer > \startitemize[a,columns,four][grid=] > \startitem 1: \snappedmath { 5^3 } \stopitem > \startitem 2: \snappedmath { \frac{2}{3}^4 } \stopitem > \startitem 3: \snappedmath { 254^0 } \stopitem %\column > \startitem 4: \snappedmath { \frac{-8}{12}^3} \stopitem > \startitem 5: \snappedmath { -3^5 } \stopitem > \startitem 6: \snappedmath { -50^5 } \stopitem %\column > \startitem 7: \snappedmath { -10^7 } \stopitem > \startitem 8: \snappedmath { 0,2^3 } \stopitem > \startitem 9: \snappedmath { -0,22^4 } \stopitem %\column > \startitem 10: \snappedmath { \frac{3}{2}^4 } \stopitem > \startitem 11: \snappedmath { 22^1 } \stopitem > \startitem 12: \snappedmath { 22^0 } \stopitem > \stopitemize > \stopbuffer > > \input ward \getbuffer > > \let\snappedmath\ruledmbox > > \input ward \getbuffer \input ward > > \stoptext > > > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________