ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Natural Tables (all options)
Date: Sun, 19 Oct 2003 21:23:39 +0200	[thread overview]
Message-ID: <6.0.0.22.2.20031019212316.01ff5248@localhost> (raw)
In-Reply-To: <E1AAuKS-0008B4-00@mrvnet.kundenserver.de>

At 18:53 18/10/2003, you wrote:
>Hello,
>
>with a lot of help of Lutz (member of this list) I am now able to produce 
>Context files and compile them to PDF. Now I am reading the documentation 
>and some emails from this list to learn some details.
>I played a little bit with natural tables (also read the examples in 
>ennatab.pdf) - but I think that is not all what is possible with natural 
>tables. Wehre can I find a documetation with all options for nat. tabs?
>
>At the examples there was no table with round corners. But I found a 
>parameter for it -I tried:
>
>\\eTABLE[corner=round]
>with the result: every cell was round.
>It looks funny but is not the thing I was looking for.
>I want to have round corners arround the table:
>left corner top and bottom
>right corner top and bottom
>
>1. How does it work?
>2. Where can I find all parameters/options for natural tables
>    (I googled with no success).



\starttext

\setupcolors[state=start] \showstruts

\setupTABLE[row]   [first][topframe=off]
\setupTABLE[row]   [last] [bottomframe=off]
\setupTABLE[column][first][leftframe=off]
\setupTABLE[column][last] [rightframe=off]
\framed[strut=no,corner=round,offset=.5\linewidth]\bgroup
\bTABLE
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\eTABLE
\egroup

\def\StartTable
   {\setupTABLE[row]   [first][topframe=off]%
    \setupTABLE[row]   [last] [bottomframe=off]%
    \setupTABLE[column][first][leftframe=off]%
    \setupTABLE[column][last] [rightframe=off]%
    \framed[strut=no,corner=round,offset=.5\linewidth]\bgroup}

\def\StopTable
   {\egroup}

\StartTable
\bTABLE
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\eTABLE
\StopTable

\stoptext 

      reply	other threads:[~2003-10-19 19:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-18 16:53 ml-context
2003-10-19 19:23 ` 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=6.0.0.22.2.20031019212316.01ff5248@localhost \
    --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).