ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Two, different, \EQ columns in the same tabulate?
Date: Wed, 18 Jul 2001 17:43:15 +0200	[thread overview]
Message-ID: <5.1.0.14.1.20010718174257.02210d38@server-1> (raw)
In-Reply-To: <1209319975.20010716181015@bigfoot.com>

At 06:10 PM 7/16/2001 +0200, Giuseppe Bilotta wrote:
>Hello,
>
>I'd like to achieve an effect like:
>
>  1,000    500   *   60%   =   300
>  1,000    500   *   55%   =   275
>  1,000    500   *   50%   =   250
>  1,000    500   *   45%   =   225
>  1,000    500   *   40%   =   200
>  1,000    500   *   35%   =   175
>  1,000    500   *   30%   =   150
>  1,000    500   *   25%   =   125
>  1,000    500   *   20%   =   100
>
>so I thought about using EQ columns. How do I specify *two*
>different equal symbols?

\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 10         \NG 10         \NG 0,00    \NC\NR
\stoptabulate

\starttabulate[|cg{,}|r|b{$\star$}|ra{\percent}|b{=}|r|]
\NG   1,000 \NC 500 \NC \NC 60 \NC \NC 300 \NC \NR
\NG  21,000 \NC 500 \NC \NC 55 \NC \NC 275 \NC \NR
\NG 341,000 \NC 500 \NC \NC 50 \NC \NC 250 \NC \NR
\NG   1,000 \NC 500 \NC \NC 45 \NC \NC 225 \NC \NR
\NG  21,000 \NC 500 \NC \NC 40 \NC \NC 200 \NC \NR
\NG 341,000 \NC 500 \NC \NC 35 \NC \NC 175 \NC \NR
\NG   1,000 \NC 500 \NC \NC 30 \NC \NC 150 \NC \NR
\NG  21,000 \NC 500 \NC \NC 25 \NC \NC 125 \NC \NR
\NG 341,000 \NC 500 \NC \NC 20 \NC \NC 100 \NC \NR
\stoptabulate
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  reply	other threads:[~2001-07-18 15:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-16 16:10 Giuseppe Bilotta
2001-07-18 15:43 ` Hans Hagen [this message]
2001-07-19 10:13   ` Re[2]: " Giuseppe Bilotta
2001-07-19 11:17     ` Hans Hagen

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=5.1.0.14.1.20010718174257.02210d38@server-1 \
    --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).