From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1665 Path: main.gmane.org!not-for-mail From: pragma@wxs.nl Newsgroups: gmane.comp.tex.context Subject: (unknown) Date: Mon, 14 Feb 2000 23:32:03 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <7735E7AEC83.AAA61DC@po03.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035392483 2196 80.91.224.250 (23 Oct 2002 17:01:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:01:23 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1665 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1665 > how can I give a colored background to a single row of a table? >\background or \startbackground appear not to work -- because of >grouping complications, I guess. There is a chapter on that in the dutch manual (around page 310); the english chapter on tables is being translated right now. \starttable[|c|c|c|c|] \CL[green]\FR \VL aa \VL bb \VL cc \VL dd \VL\FR \VL aa \VL bb \VL cc \VL dd \VL\MR \VL aa \VL bb \VL cc \VL dd \VL\MR \VL aa \VL bb \VL cc \VL dd \VL\LR \stoptable More advanced stuff is coming (i'm working on that now) like arbitrary backgrounds, overlapping backgrounds etc. That will be the better mechanism, working in both tables and tabulate, Hans