ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Manfred Lotz <manfred.lotz@arcor.de>
To: ntg-context@ntg.nl
Subject: Re: table background color in first row
Date: Thu, 11 Nov 2010 20:40:55 +0100	[thread overview]
Message-ID: <20101111204055.275acdf5@arcor.com> (raw)
In-Reply-To: <113D46C8-CCB0-4295-9420-32927C72F0EE@gmail.com>

Hi Wolfgang,

On Thu, 11 Nov 2010 20:13:22 +0100
Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

> 
> Am 11.11.2010 um 19:44 schrieb Manfred Lotz:
> 
> > Hi there,
> > 
> > I have s simple table like this:
> > 
> > \starttext
> > 
> > \starttable[|l|l|]
> > \NC \bf Colheader 1 \NC \bf Colheader 2 \NC \SR \HL 
> > \NC cell 11 \NC cell 12 \NC \FR
> > \NC cell 11 \NC cell 12 \NC \LR
> > \stoptable
> > 
> > \stoptext      
> > 
> > and like to have a light gray background for the heading row. 
> > 
> > I found documentation about \setupTABLE which on the one hand I did
> > not fully understand how to use and on the other hand I'm not quite
> > sure how far this is the way it is done nowadays.
> 
> The \setupTABLE command for the natural tables environment, you can
> find a overview of the different environments on the wiki.
> 
> Here is a example for a natural table:
> 
> \starttext
> 
> \setupTABLE[header][style=bold,background=color,backgroundcolor=gray]
> 
> \bTABLE
>   \bTABLEhead
>     \bTR
>       \bTD Colheader 1 \eTD
>       \bTD Colheader 2 \eTD
>     \eTR
>   \eTBALEhead
>   \bTABLEbody
>     \bTR
>       \bTD cell 11 \eTD
>       \bTD cell 12 \eTD
>     \eTR
>     \bTR
>       \bTD cell 21 \eTD
>       \bTD cell 22 \eTD
>     \eTR
>   \eTABLEbody
> \eTABLE
> 
> \stoptext
> 

Thanks for your example which works fine but raises some more questions:

1. Your example creates borders around each cell which I don't want to
have. Any way to get rid of them?


2. It seems to me that \setupTABLE creates a shading for the header for 
all tables in a document?! That is ok. 

However, I'd like to know what would be the variant to have it only for
a single table?


3. How does this \bTABLE stuff compare to the \starttable stuff? Are
these just different methods to create tables which are both in use
these days in context or is one method to be preferred over the other? 



-- 
Thanks,
Manfred



___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2010-11-11 19:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-11 18:44 Manfred Lotz
2010-11-11 19:13 ` Wolfgang Schuster
2010-11-11 19:40   ` Manfred Lotz [this message]
2010-11-11 19:56     ` Herbert Voss
2010-11-11 20:01       ` Manfred Lotz
2010-11-11 20:19         ` Manfred Lotz
2010-11-11 20:21         ` Wolfgang Schuster
2010-11-11 19:58     ` Wolfgang Schuster
2010-11-11 20:24       ` Manfred Lotz
2010-11-11 19:42   ` Herbert Voss
2010-11-11 19:45     ` Manfred Lotz
2010-11-11 19:45     ` Hans Hagen
2010-11-11 19:53       ` Herbert Voss
2010-11-11 21:54 ` Aditya Mahajan
2010-11-12 18:19   ` Hans Hagen
2010-11-12 18:24     ` Hans Hagen
2010-11-12 19:13     ` Wolfgang Schuster
2010-11-12 21:41       ` Aditya Mahajan
2010-11-13  5:47         ` Wolfgang Schuster
2010-11-12 21:38     ` Aditya Mahajan

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=20101111204055.275acdf5@arcor.com \
    --to=manfred.lotz@arcor.de \
    --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).