From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32668 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Palet option in setuptyping not working Date: Fri, 12 Jan 2007 00:32:35 +0100 Message-ID: <45A6C913.1020104@elvenkind.com> References: <87ejq2ocpz.fsf@dullio.nederware.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168558389 25352 80.91.229.12 (11 Jan 2007 23:33:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2007 23:33:09 +0000 (UTC) Cc: Berend de Boer Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 00:33:06 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1H59Pn-0007ND-HK for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 00:32:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D516B200D7; Fri, 12 Jan 2007 00:29:18 +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 22279-04-2; Fri, 12 Jan 2007 00:29:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B9D8A200C8; Fri, 12 Jan 2007 00:29:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 46AD4200C9 for ; Fri, 12 Jan 2007 00:29:09 +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 22279-04 for ; Fri, 12 Jan 2007 00:29:03 +0100 (CET) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with ESMTP id E577C200C1 for ; Fri, 12 Jan 2007 00:29:02 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:36834 helo=[10.10.0.3]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1H59PQ-000DJZ-7E; Thu, 11 Jan 2007 23:32:36 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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:32668 Archived-At: Aditya Mahajan wrote: > On Thu, 11 Jan 2007, Berend de Boer wrote: > > >>Hi All, >> >>(I've repeated this post, because I didn't see any answers. Sample >>file included, you can easily check if I'm wrong or right). > > > I have not used palets before, so I do not know if something has > broken or not. With your code, I do not get any colors. However, if I > change > > >>\setuptyping >> [TEX] >> [palet=MYcolorpretty] > > with > > \definepalet[TEXcolorpretty][MYcolorpretty] > > it works. I believe this is 'as expected'. A bit weird maybe, but still expected (the innards of the pretty typing code are a bit hairy sometimes). Taco