From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18786 Path: news.gmane.org!not-for-mail From: Duncan Hothersall Newsgroups: gmane.comp.tex.context Subject: Renaming spot colours Date: Thu, 10 Mar 2005 09:42:24 +0000 Message-ID: <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 1110447905 5031 80.91.229.2 (10 Mar 2005 09:45:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 09:45:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 10 10:45:04 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 1D9KDy-0002Hc-0Z for gctc-ntg-context-518@m.gmane.org; Thu, 10 Mar 2005 10:44:58 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A96F127D3; Thu, 10 Mar 2005 10:45:20 +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 29591-03; Thu, 10 Mar 2005 10:45:20 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E97321277C; Thu, 10 Mar 2005 10:42:39 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D29301277C for ; Thu, 10 Mar 2005 10:42:36 +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 27567-04-2 for ; Thu, 10 Mar 2005 10:42:35 +0100 (CET) Original-Received: from liszt-11.ednet.co.uk (liszt-11.ednet.co.uk [212.20.226.53]) by ronja.ntg.nl (Postfix) with ESMTP id 9818D1277B for ; Thu, 10 Mar 2005 10:42:35 +0100 (CET) Original-Received: from [192.168.254.41] (unknown [212.20.255.162]) by liszt-11.ednet.co.uk (Postfix) with ESMTP id 2F3E2255A93 for ; Thu, 10 Mar 2005 09:42:35 +0000 (GMT) User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en Original-To: ConTeXt List X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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:18786 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18786 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] 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