From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52913 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: white color turns black inside a table Date: Mon, 14 Sep 2009 19:53:54 +0200 Message-ID: <6faad9f00909141053m73a55e42r91edc947435dbf09@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252950872 28719 80.91.229.12 (14 Sep 2009 17:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 17:54:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 14 19:54:24 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnFku-0006W9-7s for gctc-ntg-context-518@m.gmane.org; Mon, 14 Sep 2009 19:54:24 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CB29DC9A9C; Mon, 14 Sep 2009 19:54:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ASHkXNfimQRF; Mon, 14 Sep 2009 19:54:15 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9F76AC9A90; Mon, 14 Sep 2009 19:54:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C5D37C9A92 for ; Mon, 14 Sep 2009 19:54:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wAhkx0hlXmn6 for ; Mon, 14 Sep 2009 19:53:55 +0200 (CEST) Original-Received: from mail-ew0-f221.google.com (mail-ew0-f221.google.com [209.85.219.221]) by balder.ntg.nl (Postfix) with ESMTP id 0A434C9A63 for ; Mon, 14 Sep 2009 19:53:55 +0200 (CEST) Original-Received: by ewy21 with SMTP id 21so2982327ewy.8 for ; Mon, 14 Sep 2009 10:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MZcPYiDj6LtVZ81Kls3QyFJSyQEg7MkSqypnT3deZlQ=; b=jWA0/0d4A6bHf74iLxoUWTqnLWcS0ismWO593kf4k4EqgfWp5TMa1KvKSuAux44cQA msXI6rfzbk3SK+L/zGofye0VXw+ItxMXZ9J8bht+MYxepcdHsq4pwC40EA/9J2GNsy8D K2kp3hsHipnrdjNlowzdYnB+E2V3lsf92N39M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nZaTtW3r+aVGd3yxQgFuf1oth5CD9uJviZ75Np9DIhzfP4jhmzuEIPKv1q3pDOMXoP V07DCzIKTH3b2JLiHMzBaHd8ktmr/YJAvRKSzZu8g4e4VTj0vamNaNkzM/Os+uQKPidk f4HL+u4uY47r50wIsoY9vIk0IzS09pht+uGGg= Original-Received: by 10.216.30.81 with SMTP id j59mr1086464wea.155.1252950834873; Mon, 14 Sep 2009 10:53:54 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:52913 Archived-At: Hello, I have problems with the following minimal example (I only want to typeset white labels inside the table), but maybe I'm the only one again: \setupcolors[state=start] \starttext \startcolor[white] \placetable[force]{none}{\starttable[|r|] \NC \color[red]{me} \AR \stoptable} \placetable[force]{none}{\def\a#1{\color[white]{#1}}\starttable[|r|l|] \NC \a{one} \NC \a{one} \AR \NC \a{two} \NC \a{two} \AR \stoptable} \placetable[force]{none}{\starttable[|r|] \NC \color[white]{me} \AR \stoptable} \stopcolor \stoptext I get black labels instead of white ones in the second and third table. Any idea what goes wrong? I'm using mkii. Mojca ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________