From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22311 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: strange behaviour of colors Date: Tue, 06 Sep 2005 15:46:37 +0200 Message-ID: <431D9DBD.2040507@logosrl.it> References: <431D92C0.3020706@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126014458 9192 80.91.229.2 (6 Sep 2005 13:47:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2005 13:47:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 06 15:47:30 2005 Return-path: 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 1ECdmv-0000lf-EJ for gctc-ntg-context-518@m.gmane.org; Tue, 06 Sep 2005 15:47:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 07AA8127D2; Tue, 6 Sep 2005 15:47:01 +0200 (CEST) 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 19280-06-6; Tue, 6 Sep 2005 15:46:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 27AB4127CD; Tue, 6 Sep 2005 15:46:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 88BFE127CD for ; Tue, 6 Sep 2005 15:46:56 +0200 (CEST) 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 19280-06-5 for ; Tue, 6 Sep 2005 15:46:55 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (81-208-99-91.ip.fastwebnet.it [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 9D892127BE for ; Tue, 6 Sep 2005 15:46:55 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005090615465278-456 ; Tue, 6 Sep 2005 15:46:52 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <431D92C0.3020706@gmail.com> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 06/09/2005 15.46.52, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 06/09/2005 15.46.56, Serialize complete at 06/09/2005 15.46.56 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22311 Archived-At: Mojca Miklavec wrote: > Hello, > > In the following example, the title color changes on the second page. > How can I avoid that? I can probably switch the cmyk/rgb colors off, > but I would like to keep them as rgb/cmyk if possible. > > \setupcolors[state=start] > \setuphead[title][page=yes,color=blue] > \starttext > > \title{first page} > some text > > \title{second page} > The title color has changed. > > \definecolor [transparentred] [r=1,t=.5,a=1] > \blackrule[width=2cm,height=2cm,color=transparentred] > \stoptext > > Thank you, > Mojca > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > And moving \definecolor [transparentred] [r=1,t=.5,a=1] before \starttext ? Under linux with acro7 I can't see differences. luigi