ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: problem with \digits + one more...
Date: Fri, 18 Mar 2005 09:26:27 +0100	[thread overview]
Message-ID: <423A90B3.1070006@wxs.nl> (raw)
In-Reply-To: <FDEFJKLKHEOCDJPCFCIJKEMLCDAA.martin@mii.cz>

Martin Kolaøík wrote:

> But I have found the next problem:
> 
> \starttext
> 
> \setupTABLE[column][1][aligncharacter=yes,alignmentcharacter={,},width=5cm,align=middle]
> 
> \bTABLE
>   \bTR
>     \bTD 115,3\eTD
>   \eTR
>   \bTR
>     \bTD 11,53\eTD
>   \eTR
>   \bTR
>     \bTD 1153,0000\eTD
>   \eTR
> \eTABLE
> 
> \stoptext

seems like some setting got lost when going low level english:

\long\def\doTBLcharalign#1#2% column data
   {\edef\alignmentclass{#1}%
    \edef\alignmentcharacter{\tbltblalignmentcharacter}%
    \ifcase\TBLpass\or
      \setfirstpasscharacteralign\checkalignment{#2}% {\strut#2\unskip}%
    \fi % force hsize, so always a second
    \setsecondpasscharacteralign \checkalignment{#2}% {\strut#2\unskip}%
    \ignorespaces}

\starttext

\setupTABLE[column][1][aligncharacter=yes,alignmentcharacter={,},width=5cm,align=middle]

\bTABLE
   \bTR
     \bTD 115,3 \eTD
   \eTR
   \bTR
     \bTD 11,53 \eTD
   \eTR
   \bTR
     \bTD 1153,0000 \eTD
   \eTR
\eTABLE

% \starttabulate[|cg{.}|cg{,}|cg{,}|]
% \NC period     \NC comma      \NC comma   \NC\NR
% \NG 100.000,00 \NG 100.000,00 \NG 100,00  \NC\NR
% \NG 10.000,00  \NG 10.000,00  \NG 1000,00 \NC\NR
% \NG 100,00     \NG 100,00     \NG 10,00   \NC\NR
% \NG 100,00     \NG 100,00     \NG 10,00   \NC\NR
% \NG 10\\       \NG 10\\       \NG 0,00    \NC\NR
% \NG 10         \NG 10         \NG 0,00    \NC\NR
% \NG 10         \NG 10         \NG 0,00    \NC\NR
% \stoptabulate

\stoptext

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

      reply	other threads:[~2005-03-18  8:26 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11  9:23 Palatino? Thomas A.Schmitz
2005-03-11  9:57 ` Palatino? Patrick Gundlach
2005-03-11 10:12   ` Palatino? Adam Lindsay
2005-03-16 15:29     ` Follow-Up on TeX@OS X performance Matthias Weber
2005-03-11 10:36   ` Re: Palatino? Thomas A.Schmitz
2005-03-11 11:36     ` Otared Kavian
2005-03-11 12:16       ` Thomas A.Schmitz
2005-03-16 15:23   ` Re: Palatino? -> bitmap fonts??? Matthias Weber
2005-03-16 15:31     ` Patrick Gundlach
2005-03-16 15:37       ` Matthias Weber
2005-03-16 16:11         ` Patrick Gundlach
2005-03-16 16:24           ` Matthias Weber
2005-03-16 16:30             ` Matthias Weber
2005-03-16 16:45             ` Patrick Gundlach
2005-03-16 16:50               ` Matthias Weber
2005-03-16 17:32                 ` Patrick Gundlach
2005-03-16 17:54                   ` Matthias Weber
2005-03-16 18:35                     ` Patrick Gundlach
2005-03-16 18:50                       ` OS X/Gerben Wiebe's TeX font issue + fix Matthias Weber
2005-03-17  9:02                         ` Gerben Wierda
2005-03-16 19:07                   ` Re: Palatino? -> bitmap fonts??? Hans Hagen
2005-03-16 19:10             ` Hans Hagen
2005-03-17 10:36               ` Patrick Gundlach
2005-03-16 16:32         ` Hans Hagen
2005-03-16 16:39           ` Matthias Weber
2005-03-17 10:34             ` Patrick Gundlach
2005-03-16 19:01     ` Willi Egger
2005-03-16 19:08       ` Matthias Weber
2005-03-17 17:40         ` Adam Lindsay
2005-03-17 21:50           ` Matthias Weber
2005-03-18  8:41           ` Hans Hagen
2005-03-16 19:40       ` problem with \digits Martin Kolaøík
2005-03-17  9:24         ` Hans Hagen
2005-03-17 11:54           ` problem with \digits + one more Martin Kolaøík
2005-03-18  8:26             ` Hans Hagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=423A90B3.1070006@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).