From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18828 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Renaming spot colours Date: Fri, 11 Mar 2005 15:22:10 +0100 Message-ID: <4231A992.5090804@gmx.net> References: <42301680.4090907@capdm.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110551076 14088 80.91.229.2 (11 Mar 2005 14:24:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 14:24:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 15:24:35 2005 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 1D9l3z-0001ID-LH for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 15:24:27 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B22C81284B; Fri, 11 Mar 2005 15:25:00 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20763-02; Fri, 11 Mar 2005 15:24:56 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7282E1283E; Fri, 11 Mar 2005 15:24:56 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C067D1283E for ; Fri, 11 Mar 2005 15:24:55 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20816-03 for ; Fri, 11 Mar 2005 15:24:55 +0100 (CET) Original-Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id E0B2D12833 for ; Fri, 11 Mar 2005 15:24:54 +0100 (CET) Original-Received: (qmail invoked by alias); 11 Mar 2005 14:24:53 -0000 Original-Received: from c-134-125-85.d.dial.de.ignite.net (EHLO [62.134.125.85]) (62.134.125.85) by mail.gmx.net (mp002) with SMTP; 11 Mar 2005 15:24:53 +0100 X-Authenticated: #24293357 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <42301680.4090907@capdm.com> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Y-GMX-Trusted: 0 X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18828 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18828 Hello Duncan, Duncan Hothersall wrote: > More questions! > > I'm using black plus one spot colour in a document, and I include PDF > images generated in an external program (CorelDraw) which use the same > spot colour. In the images the color is called 'PANTONE 294 CV', but I > can't use that name for my colour in ConTeXT because names can't > contain numbers or spaces. So in ConTeXt I define > \definecolor[PantoneTwoNineFour][c=1,m=.56,y=0,k=.18] > \definecolor[PANTONE 294CV] [c=1,m=.56,y=0,k=.18] % test \framed[background=color, backgroundcolor={PANTONE 294CV}]{Test} \color[PANTONE 294CV] Test % the only thing that doesn't work is \PANTONE 294CV > The end result is a file with two spot colour spaces instead of one. > Is there a way I can combine them, either by a last-minute renaming, > or a mapping, or a pre-process, or something? (I tried the brute force > method of search-and-replace on the PDF file but there must be > binary-encoded references to the names as well as ASCII ones, because > that broke the file.) > > Any help as ever greatly appreciated. > > Duncan > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > Hope this helps Peter