From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30477 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Font's in Gerben Wierda's TeX distribution and ConTeXt Date: Thu, 24 Aug 2006 13:56:02 +0200 Message-ID: <6faad9f00608240456h36b5d56egea601719da77ba95@mail.gmail.com> References: <3e73596b0608232202h505a78d0yf5c7fb8eb41d061a@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156420599 3979 80.91.229.2 (24 Aug 2006 11:56:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 11:56:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 24 13:56:35 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1GGDow-0001T8-Ru for gctc-ntg-context-518@m.gmane.org; Thu, 24 Aug 2006 13:56:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4158F1FEFD; Thu, 24 Aug 2006 13:56:26 +0200 (CEST) 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 24574-07; Thu, 24 Aug 2006 13:56:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EFE171FEF7; Thu, 24 Aug 2006 13:56:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E233A1FEF7 for ; Thu, 24 Aug 2006 13:56:14 +0200 (CEST) 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 24571-02 for ; Thu, 24 Aug 2006 13:56:08 +0200 (CEST) Original-Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by ronja.ntg.nl (Postfix) with SMTP id 425D01FEF6 for ; Thu, 24 Aug 2006 13:56:05 +0200 (CEST) Original-Received: by wr-out-0506.google.com with SMTP id i21so1106wra for ; Thu, 24 Aug 2006 04:56:02 -0700 (PDT) Original-Received: by 10.90.65.11 with SMTP id n11mr360931aga; Thu, 24 Aug 2006 04:56:02 -0700 (PDT) Original-Received: by 10.90.94.17 with HTTP; Thu, 24 Aug 2006 04:56:02 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <3e73596b0608232202h505a78d0yf5c7fb8eb41d061a@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30477 Archived-At: On 8/24/06, Pepe Barbe wrote: > Hello, > > I am using GW's TeX distribution with ConTeXt. I am interested in > using a different font other than Computer Modern. This distribution > seems to come with a ton of fonts (More than I need at least). Using > the basic ConTeXt provisions to access the fonts I am able to access > some fonts successfully (Like Palatino or Euler) and some > unsuccsessfully (Like Optima, Iwona or Kurier). > > Ex: > Works: > \definetypeface [MyFace] [rm] [serif] [palatino] [default] [encoding=ec] > > Does not work: > \definetypeface [MyFace] [ss] [sans] [iwona] [default] [encoding=ec] Both \definetypeface [MyFace] [ss] [sans] [iwona] [default] [encoding=ec] \setupbodyfont[MyFace,ss] and \usetpescript[iwona][ec] \setupbodyfont[iwona,ss] should work (ss, as already Aditya said, is important to add). You can try two things: - unzip fonts from http://www.nowacki.strefa.pl/kurier.html to your TeX tree and run [sudo] mktexlsr or texhash (I don't know which one should be on your system) - try if your example works on http://live.contextgarden.net At least iwona should work there properly; if you want to try some other free fonts, say which ones you need. Mojca