From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9524 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: [NTG-context] Another font question... Date: Mon, 14 Oct 2002 17:09:47 +0200 Sender: ntg-context-admin@ref.vet.uu.nl Message-ID: <20021014170947.7958484c.morawski@gmx.net> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399838 3730 80.91.224.250 (23 Oct 2002 19:03:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:03:58 +0000 (UTC) Original-Received: from hermes.hrz.uni-giessen.de (hermes.hrz.uni-giessen.de [134.176.2.15]) by osiris.hrz.uni-giessen.de (8.11.6+Sun/8.11.6) with ESMTP id g9EFMbe21729 for ; Mon, 14 Oct 2002 17:22:38 +0200 (MEST) Original-Received: from ref.vet.uu.nl by hermes.hrz.uni-giessen.de with ESMTP for Guenter.Partosch@hrz.uni-giessen.de; Mon, 14 Oct 2002 17:22:16 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 731DE10AD7; Mon, 14 Oct 2002 17:22:11 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 4835B10AC2 for ; Mon, 14 Oct 2002 17:21:48 +0200 (MEST) Original-Received: (qmail 25117 invoked by uid 0); 14 Oct 2002 15:21:46 -0000 Original-Received: from port1244.fra.ginko.net (HELO eXergie) (212.202.66.228) by mail.gmx.net (mp003-rz3) with SMTP; 14 Oct 2002 15:21:46 -0000 Original-To: ConTeXt In-Reply-To: X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ref.vet.uu.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list fot ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9524 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9524 On Mon, 14 Oct 2002 16:07:34 +0300 (EET DST) wrote: > However, the annoying part is that when I try to run my "real" file, which > works perfectly on my work computer (TeXLive+WinNT), both my home > computers complain > > Warning: pdfetex.exe (file ec-raw-uhvro8a): Font ec-raw-uhvro8a at 600 not > found pdftex gives this message if it does not find an appropriate entry in its map-file (usually pdftex.map). If you use own fonts (or some installed by texfont) then you have to make the map-entries known to pdftex. In ConTeXt you can use \loadmapfile One thing i do not understand is this crazy font-name. The 8a normally means AdobeStandardEncoding. Thus this font is neither raw-encoded nor ec-encoded, since ec is 8t and raw is 8r. So, what encoding is really used for this font? > a) What is wrong? Something with Helvetica, but what and why? As some of > the helvetic .afm files were gzipped, I had to run separate texfont > installation and that seems to have worked fine, at least as far as I > understand from the log: Why do you want install those fonts if they are already available on your system? The Base14 fonts [Times (rm), Helvetica (ss), Courier (tt)] should be directly available using: \usetypescript[berry][ec] \setupbodyfont[pos] If you need a different font setup, then have a look in type-syn.tex. For example the body font using [Palatino (rm), Helvetica (ss), Computer-Modern (tt)] you can get with: \usetypescript[berry][ec] \definetypeface[BodyFont][rm][serif][palatino][default] [encoding=ec] \definetypeface[BodyFont][ss][sans][helvetica][default] [encoding=ec] \definetypeface[BodyFont][tt][mono][computer-modern][default] [encoding=ec] \setupbodyfont[BodyFont] The command \usetypescript[berry][ec] is necessary to map the font-synonyms to the font-files named in the Karl-Berry-scheme. Ec-encoded fonts named in this scheme are usually available on every modern TeX-distribution, since the LaTeX PSNFFS-system provides them. Best, Jens _______________________________________________ ntg-context mailing list ntg-context@ref.ntg.nl http://ref.ntg.nl/mailman/listinfo/ntg-context