From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19491 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: Beginnner's question: fumbling with font finding failures. Date: Thu, 31 Mar 2005 14:21:22 +0200 Message-ID: References: <20050330203818.ADE29128CA@ronja.ntg.nl> <4e4d812294207219f9b4f1e8c86ae553@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1112271687 7129 80.91.229.2 (31 Mar 2005 12:21:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 12:21:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 31 14:21:24 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 1DGyes-0004Eu-5u for gctc-ntg-context-518@m.gmane.org; Thu, 31 Mar 2005 14:20:22 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0DB7712844; Thu, 31 Mar 2005 14:21:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32160-03; Thu, 31 Mar 2005 14:21:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D465A12821; Thu, 31 Mar 2005 14:21:29 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A23912821 for ; Thu, 31 Mar 2005 14:21:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32005-07 for ; Thu, 31 Mar 2005 14:21:28 +0200 (CEST) Original-Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by ronja.ntg.nl (Postfix) with ESMTP id 818671278F for ; Thu, 31 Mar 2005 14:21:28 +0200 (CEST) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1103.wanadoo.fr (SMTP Server) with ESMTP id 6291F1C00098 for ; Thu, 31 Mar 2005 14:21:28 +0200 (CEST) Original-Received: from [10.0.1.3] (AMontsouris-151-1-9-164.w82-123.abo.wanadoo.fr [82.123.134.164]) by mwinf1103.wanadoo.fr (SMTP Server) with ESMTP id 05A191C00055 for ; Thu, 31 Mar 2005 14:21:27 +0200 (CEST) X-ME-UUID: 20050331122128231.05A191C00055@mwinf1103.wanadoo.fr X-Sender: otared@pop.wanadoo.fr In-Reply-To: <4e4d812294207219f9b4f1e8c86ae553@uni-bonn.de> Original-To: mailing list for ConTeXt users X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19491 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19491 At 13:53 +0200 31/03/05, Thomas A.Schmitz wrote: >2. Locate the lines > >\usetypescript > [palatino][\defaultencoding] > >\setupbodyfont > [palatino,10pt] > >3. Just before them, insert this line: >\usetypescript[adobekb][\defaultencoding] > >4. Save the file and rerun, and you should be in business. Hi, In my experience, I had to say: \usetypescript [adobekb][\defaultencoding] \setupbodyfont[pos] \usetypescript[palatino][\defaultencoding] \setupbodyfont[palatino,10pt] in order to have any success in typesetting that file (under Mac OS X 10.3.8 and Gerben Wierda's TeX). Best regards: OK