From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10799 Path: main.gmane.org!not-for-mail From: mari.voipio@iki.fi Newsgroups: gmane.comp.tex.context Subject: Re: Getting the PDF postscript fonts to work Date: Thu, 6 Feb 2003 13:18:59 +0200 (EET) Sender: ntg-context-admin@ntg.nl Message-ID: References: <877kce5yxc.fsf@dellius.nederware.nl> <878yww8p6h.fsf@dellius.nederware.nl> <3E41048E.5060806@freemail.hu> <877kce5yxc.fsf@dellius.nederware.nl> <5.1.0.14.1.20030206110137.0447e368@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044530337 7670 80.91.224.249 (6 Feb 2003 11:18:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 11:18:57 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gk3U-0001zU-00 for ; Thu, 06 Feb 2003 12:18:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6018C10B15; Thu, 6 Feb 2003 12:20:56 +0100 (MET) Original-Received: from sirppi.helsinki.fi (sirppi.helsinki.fi [128.214.205.27]) by ref.ntg.nl (Postfix) with ESMTP id A74B310AF9 for ; Thu, 6 Feb 2003 12:18:59 +0100 (MET) Original-Received: from localhost (mvoipio@localhost) by sirppi.helsinki.fi (8.11.6/8.11.4) with ESMTP id h16BIx720377 for ; Thu, 6 Feb 2003 13:18:59 +0200 (EET) X-Authentication-Warning: sirppi.helsinki.fi: mvoipio owned process doing -bs Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20030206110137.0447e368@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: mari.voipio@iki.fi 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:10799 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10799 On Thu, 6 Feb 2003, Hans Hagen wrote: > At 12:07 AM 2/6/2003 +0100, Nagy Bence wrote: > > >ap +ec-bitstrea-charter.map > > You mean the bitstream? There are differences between bitstream paths: bit > bitstrea bitstream etc so let's first ask the distribution experts what the > latest status is with regards to the > > 'official name for the bitstream font path' TeXLive 7 (the official version, seems to be of June 4, 2002) is a bit buggy at that point: The .afm files are at /texmf/fonts/afm/bit/charter/ while the .pfb files are at /texmf/fonts/type1/bitstrea/charter and then the type-tmf.batch script looks for --ve=bitstrea --co=charter so it, of course, doesn't work too well. I've found that the easiest way to fix this is to rename (or copy and rename the copy) the /texmf/fonts/afm/bit/ directory to be 'bitstrea', i.e. the result is /texmf/fonts/afm/bitstrea/ and after that the type-tmf.batch script works perfectly (well, it needs tweaking elsewhere, but that's a different story). Mari (Guess what I've been doing this week...)