From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26220 Path: news.gmane.org!not-for-mail From: Dalyoung Jeong Newsgroups: gmane.comp.tex.context Subject: use color in XeTeX+ConTeXt Date: Fri, 3 Mar 2006 17:45:31 +0900 Message-ID: <27E1473F-755B-4D4D-BEDC-B7E6ADB11285@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141375555 1932 80.91.229.2 (3 Mar 2006 08:45:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 08:45:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 03 09:45:52 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 1FF5v5-0005U3-Px for gctc-ntg-context-518@m.gmane.org; Fri, 03 Mar 2006 09:45:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77D251276C; Fri, 3 Mar 2006 09:45:50 +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 16574-05; Fri, 3 Mar 2006 09:45:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C779B12772; Fri, 3 Mar 2006 09:45:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C55212772 for ; Fri, 3 Mar 2006 09:45:43 +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 19337-01 for ; Fri, 3 Mar 2006 09:45:42 +0100 (CET) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by ronja.ntg.nl (Postfix) with SMTP id DAF2C1276C for ; Fri, 3 Mar 2006 09:45:38 +0100 (CET) Original-Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id k238jbTK023336 for ; Fri, 3 Mar 2006 00:45:37 -0800 (PST) Original-Received: from [203.253.9.6] (apple.ssu.ac.kr [203.253.9.6]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k238jYaw024729 for ; Fri, 3 Mar 2006 00:45:36 -0800 (PST) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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:26220 Archived-At: Dear all, In ConTeXt, the following example was shown in colors. \setupcolors[state=start] \starttext The use of color in \TeX is not {\red easy}. {\blue What color is it?} \stoptext but, the same text after defining new typescript and saved for XeTeX +ConTeXt, the colors were gone. It is possible to change color using following method: \special{color push} \special{color rgb 0.0 0.5 0.8} sample text \special{color pop} However, is there a simpler way to use color in XeTeX+ConTeXt as in ConTeXt? Thank you Dalyoung