From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16709 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: accents in text included in Metapost chain Date: Wed, 20 Oct 2004 12:06:30 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <417638A6.5040901@wxs.nl> References: <417584F8.8030000@wanadoo.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098266815 32325 80.91.229.6 (20 Oct 2004 10:06:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 10:06:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 20 12:06:42 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKDMg-0007Sx-00 for ; Wed, 20 Oct 2004 12:06:42 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80E80127AA; Wed, 20 Oct 2004 12:06:41 +0200 (CEST) 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 02717-08; Wed, 20 Oct 2004 12:06:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BE3CB1279F; Wed, 20 Oct 2004 12:06:37 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AFE421279F for ; Wed, 20 Oct 2004 12:06:34 +0200 (CEST) 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 02924-02 for ; Wed, 20 Oct 2004 12:06:32 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id BD7B31279E for ; Wed, 20 Oct 2004 12:06:31 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i9KA6TDn022908 for ; Wed, 20 Oct 2004 12:06:29 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 0510D357A4; Wed, 20 Oct 2004 12:06:30 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 026382F246 for ; Wed, 20 Oct 2004 10:06:30 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <417584F8.8030000@wanadoo.fr> X-Virus-Scanned: ClamAV 0.80/540/Tue Oct 19 14:59:23 2004 clamav-milter version 0.80j on mailrelay01 X-Virus-Status: Clean 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16709 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16709 olivier Turlier wrote: > The goal is to only write once \quote{Question} in \type{\chapter[chap:ques]{Question}} > for getting the same result than in the first page, or in below (\quote{shadowed} effect must only apply to text, not to header number). \usetypescript[palatino][texnansi] \setupbodyfont[palatino,rm,12pt] \setupcolors[state=start] \definefont[BigFontOne][RegularSlanted sa 3] \definefont[BigFontTwo][RegularSlanted sa 2] \definecolor[BigColorOne][r=.86,g=.850,b=.54] \definecolor[BigColorTwo][r=.43,g=.425,b=.27] \setuphead [chapter] [textcommand=\MyChapterText, color=BigColorTwo, style=\BigFontTwo] \def\MyChapterText#1{\rlap{\BigFontOne\BigColorOne#1}#1} \chapter[chap:ques]{Question} \chapter[chap:answ]{Answer} \stoptext it's up to you to submit it in the wiki ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------