From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23621 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Palatino Date: Tue, 22 Nov 2005 16:32:26 +0100 Message-ID: <43833A0A.9060200@wxs.nl> References: <66305964-DD83-4DE2-B56C-29B6AB5D3C1C@northcoast.com> <4382E4DD.7040904@elvenkind.com> <0AF48B74-1279-4D5B-8DD9-BF1E890C651D@northcoast.com> 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 1132673812 23398 80.91.229.2 (22 Nov 2005 15:36:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2005 15:36:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 22 16:36:42 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 1EeaBb-0002u3-Ao for gctc-ntg-context-518@m.gmane.org; Tue, 22 Nov 2005 16:35:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 11400127E8; Tue, 22 Nov 2005 16:35:59 +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 20917-01; Tue, 22 Nov 2005 16:35:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB10112798; Tue, 22 Nov 2005 16:32:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2CBC112798 for ; Tue, 22 Nov 2005 16:32:31 +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 20687-04-2 for ; Tue, 22 Nov 2005 16:32:30 +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 3D2D11278F for ; Tue, 22 Nov 2005 16:32:28 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 4371 for ; Tue, 22 Nov 2005 16:36:40 +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: <0AF48B74-1279-4D5B-8DD9-BF1E890C651D@northcoast.com> 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:23621 Archived-At: David Arnold wrote: > Taco et al, > > OK, this didn't work. Log file attached. > > =EF=BF=BD =EF=BF=BD\usetypescript[palatino][texnansi] > =EF=BF=BD \switchtobodyfont[palatino] > =EF=BF=BD \starttext > =EF=BF=BD Hello World! > =EF=BF=BD \stoptext > no logfile -) for that one you need to run texfont --encoding=3Dtexnansi --batch type-tmf.dat (since you are familiar with texnansi .... although better than ec, this=20 encoding was never really supported in distributions, only by mouh,=20 which is why you need to generate metrics yourself) > This one worked. > > =EF=BF=BD\usetypescript[adobekb][8r,ec] > =EF=BF=BD \usetypescript[palatino][ec] > =EF=BF=BD \switchtobodyfont[palatino] > =EF=BF=BD \starttext > =EF=BF=BD Hello World! > =EF=BF=BD \stoptext > > Two questions: > > 1. I don't know why one worked and the other didn't. What files could=20 > I look at in my tex tree that would give a hint as to which to use? > > 2. How can I make the first one work? use texfont (or take cont-fnt from the website) Hans