From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14555 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: UnicodeRegular Date: Fri, 16 Jan 2004 22:13:49 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040116221043.01e7fc80@server-1> References: <001201c3dc50$732058e0$8da2403e@tigger> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1074287750 24999 80.91.224.253 (16 Jan 2004 21:15:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 21:15:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jan 16 22:15:47 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhbJj-0002X6-00 for ; Fri, 16 Jan 2004 22:15:47 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7349D10B49; Fri, 16 Jan 2004 22:14:59 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id AE49910B21 for ; Fri, 16 Jan 2004 22:13:27 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0GLE3H04388 for ; Fri, 16 Jan 2004 22:14:03 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 3B7F52EF6F; Fri, 16 Jan 2004 22:14:12 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id E36BB2EF70 for ; Fri, 16 Jan 2004 21:14:09 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <001201c3dc50$732058e0$8da2403e@tigger> Original-References: <001201c3dc50$732058e0$8da2403e@tigger> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14555 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14555 At 17:46 16/01/2004, you wrote: >I am trying to find a euro symbol for my work. > >I have \def\euro{\uchar{32}{172}} [character € which I got from >some XSL-FO literature I downloaded] and I use >\defineXMLentity [euro] {\euro} >as I am transforming from XML. > >What I then get is >! Font \unicodefont=UnicodeRegular20 at 10.0pt not loadable: Metric (TFM) >file >not found. > >MikTeX has a comprehensive package manager, and I have tried installing >packages "uni" [billed as "The Universal Font"] and "universa" but no joy. >Does anyone know where to get this font? Please don't tell me from Y&Y :-) do you need unicode? \usesymbols[eur] and then \euro or \symbol[euro] you can add the usesymbol line to your local cont-sys.tex hans