From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23916 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: texteuro Date: Tue, 29 Nov 2005 12:36:18 +0100 Message-ID: <438C3D32.4060108@wxs.nl> References: <45C14217-EECB-46E5-89B6-37C55AD281E9@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133268494 5285 80.91.229.2 (29 Nov 2005 12:48:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 12:48:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 29 13:48:12 2005 Return-path: 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 1Eh3qk-000266-3t for gctc-ntg-context-518@m.gmane.org; Tue, 29 Nov 2005 12:40:45 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE73812816; Tue, 29 Nov 2005 12:40:41 +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 22606-01; Tue, 29 Nov 2005 12:40:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D8C1F12802; Tue, 29 Nov 2005 12:36:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8DAAE12802 for ; Tue, 29 Nov 2005 12:36:21 +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 22286-03-2 for ; Tue, 29 Nov 2005 12:36:20 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 90D17127C8 for ; Tue, 29 Nov 2005 12:36:20 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 5524 for ; Tue, 29 Nov 2005 12:41:17 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <45C14217-EECB-46E5-89B6-37C55AD281E9@science.uva.nl> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23916 Archived-At: Hans van der Meer wrote: > I clearly have some misunderstanding about the typesetting of the =20 > euro sign. > > In an attempt to implement the MathTimes font and expert fontset, I =20 > came across a problem with typesetting the euro. > > I could not redefine the \texteuro. In \showcharacters it stays empty. > Doing \definecharacter texteuro to_some_value in a typescript does =20 > not work (giving: Runaway argument?) has to do with \definecharacter being space delimited and typescripts=20 being space ignorant you define characters in an encoding vector, so \startencoding[whatever] \definecharacter .... \stopencoding which you can do anyplace > The euro does appear when I define it explicitely (as coming from the =20 > marvosym font): > \def\euro{\symbol[europe][EUR]} > But then \texteuro is still unaffected and therefore doing =20 > "\enableregime[mac] =EF=BF=BD (euro)" does not work. i don't know if there is an euro in math times > > Any pointer how to solve this? this is one of the unfortunate trial and error situations (depends on=20 the font) Hans