From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16708 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 11:55:55 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4176362B.2090903@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 1098266183 30612 80.91.229.6 (20 Oct 2004 09:56:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 09:56:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 20 11:56:05 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 1CKDCP-0006kW-00 for ; Wed, 20 Oct 2004 11:56:05 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DCDE61279F; Wed, 20 Oct 2004 11:56:04 +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-02; Wed, 20 Oct 2004 11:56:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 40F3A1277F; Wed, 20 Oct 2004 11:56:00 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF9A81277F for ; Wed, 20 Oct 2004 11:55:57 +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 02448-05 for ; Wed, 20 Oct 2004 11:55:55 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id A78501277E for ; Wed, 20 Oct 2004 11:55:55 +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 i9K9tr57019096 for ; Wed, 20 Oct 2004 11:55:53 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 8118534B5F; Wed, 20 Oct 2004 11:55:54 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 48EDB2F103 for ; Wed, 20 Oct 2004 09:55:53 +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:16708 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16708 olivier Turlier wrote: > Hi contexers, > I try to copy a nice graphic effect (shadow) on text from metafun > manual (Hello in p. 187) --thank you Hans. > I cannot get proper accentuation in a french text. > See code and pdf result attached. > \useregime[il1] > \enableregime[il1] > \useencoding[ffr] > \mainlanguage[fr] > \enableregime[windows] ^ ^ you can omit this of you have the global def below > \startMPenvironment[global] > \useregime[il1] > \enableregime[il1] > \useencoding[ffr] > \mainlanguage[fr] > \enableregime[windows] > \stopMPenvironment you enable regime il1 and after that regime windows but neither seem to match your input, which may be latin2 Here, not using any regime at all works ok (since texnansi has the glyps in those slots) \startMPenvironment[global] \useencoding[ffr] \mainlanguage[fr] \stopMPenvironment Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------