From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32016 Path: news.gmane.org!not-for-mail From: Wim Neimeijer Newsgroups: gmane.comp.tex.context Subject: Context, Metapost \sometxt and color Date: Sat, 02 Dec 2006 19:30:37 +0100 Message-ID: <4571C64D.5010106@cs.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165084177 29183 80.91.229.2 (2 Dec 2006 18:29:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Dec 2006 18:29:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Dec 02 19:29:35 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqZc8-0007lP-Um for gctc-ntg-context-518@m.gmane.org; Sat, 02 Dec 2006 19:29:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D5981FE8A; Sat, 2 Dec 2006 19:27:08 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16892-04; Sat, 2 Dec 2006 19:27:03 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D68DB1FE3A; Sat, 2 Dec 2006 19:27:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C1A4F1FE64 for ; Sat, 2 Dec 2006 19:27:01 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16660-05-6 for ; Sat, 2 Dec 2006 19:26:58 +0100 (CET) Original-Received: from imo-m27.mx.aol.com (imo-m27.mx.aol.com [64.12.137.8]) by ronja.ntg.nl (Postfix) with SMTP id F1EBE1FE36 for ; Sat, 2 Dec 2006 19:26:57 +0100 (CET) Original-Received: from Wneimeijer01@cs.com by imo-m27.mx.aol.com (mail_out_v38_r7.6.) id a.cea.383ed51 (45273) for ; Sat, 2 Dec 2006 13:29:02 -0500 (EST) Original-Received: from [192.168.1.33] (3e331ada.dslaccess.aol.com [62.51.26.218]) by ciaaol-r05.mx.aol.com (v114.2) with ESMTP id MAILCIAAOLR051-b0d94571c5eb353; Sat, 02 Dec 2006 13:29:00 -0500 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: ntg-context@ntg.nl X-AOL-IP: 62.51.26.218 X-Mailer: Unknown (No Version) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32016 Archived-At: Hi The following used to work, the text came out in the color red, now it is shown in black. Am I doing something wrong here ? Or should I use something else instead ? Any help appreciated % example code \setupcolors[state=start] \starttext \startMPcode picture p; p := \sometxt{$R_{\mu \nu } - \frac{1}{2} R - \Lambda g_{\mu \nu} = \kappa T_{\mu \nu}$} ; p := p scaled 3; draw p withcolor red; \stopMPcode \stoptext Version info This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. ConTeXt ver: 2006.11.29 09:55 MK II fmt: 2006.12.2 int: english/english