From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11071 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: table column alignment Date: Mon, 17 Feb 2003 09:16:49 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87ptpr2ufi.fsf@gundla.ch> References: <5.1.0.14.1.20030216232636.024478a0@remote-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045470065 20228 80.91.224.249 (17 Feb 2003 08:21:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2003 08:21:05 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18kgWM-0005G3-00 for ; Mon, 17 Feb 2003 09:21:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 84E2310ABB; Mon, 17 Feb 2003 09:23:23 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ref.ntg.nl (Postfix) with ESMTP id BD15D10AB6 for ; Mon, 17 Feb 2003 09:21:19 +0100 (MET) Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18kgWd-0005Wn-00; Mon, 17 Feb 2003 09:21:19 +0100 Original-Received: from [129.217.137.116] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18kgWc-0000Hs-00; Mon, 17 Feb 2003 09:21:19 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18kgSH-0000DU-00; Mon, 17 Feb 2003 09:16:49 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <5.1.0.14.1.20030216232636.024478a0@remote-1> (Hans Hagen's message of "Sun, 16 Feb 2003 23:28:03 +0100") Original-Lines: 36 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11071 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11071 Hans Hagen writes: Hello Hans, >> is no decimal in an entry using the decimal alignment, in effect >> such a number is aligned as if it had a decimal. What you get is >> something like: > 10\\ > > should do the trick, can you check this? > > [more ont his in supp-num [including auto . , swapping and so] I have tried: \starttabulate[|mc|] \NC \digits{100.000,00} \NC\NR \NC \digits{~10.000,00} \NC\NR \NC \digits{~~1.100,00} \NC\NR \NC \digits{~~~~10,~~} \NC\NR \stoptabulate Is it possible to put the \digits into the preamble of the tabular? Say \starttbaulte[|?{\digits{#1}}|] \NC 100.000,00 \NC\NR \NC ~10.000,00 \NC\NR \NC ~~1.100,00 \NC\NR \NC ~~~~10,~~ \NC\NR \stoptabulate Patrick