ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Every odd row with a background color with extreme tables?
@ 2021-07-23 15:55 T. Kurt Bond
  2021-07-23 16:34 ` Henning Hraban Ramm
  2021-07-23 17:01 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: T. Kurt Bond @ 2021-07-23 15:55 UTC (permalink / raw)
  To: ntg-context

With natural tables I can define a color, tell the table to have to
use color backgrounds and turn the frame off and get every odd row in
all my tables will have that color for the background.

========== Example ============================================================
\definecolor[grayback][r=.8,g=.8,b=.8]
\setupTABLE[background=color,frame=off]
\setupTABLE[row][odd][backgroundcolor=grayback]
========== End of Example =====================================================

Can I get this same effect with extreme tables?

My first try with extreme tables looked like this:

========== Example ============================================================
\definecolor[tablebackground][r=.8,g=.8,b=.8]
\setupxtable[background=color,frame=off]
\setupxtable[row][odd][backgroundcolor=tablebackground]
========== End of Example =====================================================

That didn't seem to have any effect.

Is there a way to have every odd row of every table in my document
have color background?

-- 
T. Kurt Bond, tkurtbond@gmail.com, tkurtbond.github.io and tkb.tx0.org
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-23 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 15:55 Every odd row with a background color with extreme tables? T. Kurt Bond
2021-07-23 16:34 ` Henning Hraban Ramm
2021-07-23 17:01 ` Wolfgang Schuster
2021-07-23 17:50   ` T. Kurt Bond

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).