ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Setting options for every n-th row in natural TABLEs
Date: Sun, 2 Sep 2012 20:58:01 +0200	[thread overview]
Message-ID: <461190EC-4251-4CCE-8F75-F78EA878BC56@gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.02.1209021106370.28173@ybpnyubfg.ybpnyqbznva>


Am 02.09.2012 um 17:59 schrieb Aditya Mahajan <adityam@umich.edu>:

> Hi,
> 
> On Edward Tufte's website, there is a discussion on zebra coloring in tables[1]. One of the suggestion is to add a horizontal rule after every third line or shade three lines with one background color and the remaining three with another background color.
> 
> Is there an easy way to do this with natural TABLEs? I can do something like:
> 
> \setupTABLE[row][1,2,3][background=color, backgroundcolor=gray]
> \setupTABLE[row][7,8,9][background=color, backgroundcolor=gray]
> 
> but it requires knowing the number of lines in advance.
> 
> Aditya
> 
> [1]: http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV

Natural tables have “odd” and “even” keywords for \setupTABLE but none in the way you like it. What I would do is to use a overlay in combination with metapost to create the background but there is no global register to access the current column/row of a cell, e.g. \currenttablecolumn (this name is already used by tables) and \currenttablerow.

Wolfgang

___________________________________________________________________________________
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:[~2012-09-02 18:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-02 15:59 Aditya Mahajan
2012-09-02 18:58 ` Wolfgang Schuster [this message]
2012-09-03  0:39   ` Aditya Mahajan
2012-09-03  4:37     ` Wolfgang Schuster
2012-09-03  6:14   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-09-03 14:40     ` Aditya Mahajan
2012-09-04 14:34   ` Hans Hagen
2012-09-04 15:21     ` Aditya Mahajan
2012-09-04 17:33       ` Sietse Brouwer
2012-09-05  7:01         ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-09-02 19:56 ` Procházka Lukáš
2012-09-03  0:41   ` 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=461190EC-4251-4CCE-8F75-F78EA878BC56@gmail.com \
    --to=wolfgang.schuster@gmail.com \
    --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).