From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22270 Path: news.gmane.org!not-for-mail From: Gavin Sinclair Newsgroups: gmane.comp.tex.context Subject: Problem following "OpenType installation basics for ConTeXt" article Date: Sat, 3 Sep 2005 15:42:36 +1000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1125726460 7621 80.91.229.2 (3 Sep 2005 05:47:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Sep 2005 05:47:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 03 07:47:37 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 1EBQr6-0003ta-RQ for gctc-ntg-context-518@m.gmane.org; Sat, 03 Sep 2005 07:46:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B7EA127FA; Sat, 3 Sep 2005 07:46:20 +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 31044-05; Sat, 3 Sep 2005 07:46:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 14B94127DA; Sat, 3 Sep 2005 07:42:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8167A127DA for ; Sat, 3 Sep 2005 07:42:39 +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 31044-03 for ; Sat, 3 Sep 2005 07:42:38 +0200 (CEST) Original-Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by ronja.ntg.nl (Postfix) with ESMTP id 62AB6127CC for ; Sat, 3 Sep 2005 07:42:38 +0200 (CEST) Original-Received: by zproxy.gmail.com with SMTP id i28so430450nzi for ; Fri, 02 Sep 2005 22:42:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uW/em6e150zKDnkhjlTuG2EMprDbdjS1JBd3/oeJRbmt4f34t3kowIRyIpLKbLHMyXMF5sezBUKNzwV6OItvUN4S4Vg1aQGAB1hi2VDBAKKgyWqchP+oBPXXXWs/kEN5UJezhrdYJvvlGsnEI9VLH47jnilWArFEtARKZfalllg= Original-Received: by 10.37.2.35 with SMTP id e35mr2976299nzi; Fri, 02 Sep 2005 22:42:36 -0700 (PDT) Original-Received: by 10.36.159.19 with HTTP; Fri, 2 Sep 2005 22:42:36 -0700 (PDT) Original-To: ntg-context@ntg.nl Content-Disposition: inline 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22270 Archived-At: Greetings (first post), Adam Lindsay's recent article "OpenType installation basics for ConTeXt" in The PracTeX Journal (http://www.tug.org/pracjourn/2005-2/lindsay) is very well written. Unfortunately, I was unable to perform the first step. As the article specified, I ran the command: $ texfont --ma --in --ve=3Dpublic --co=3Dtorunska --lcdf --pre --va=3Dliga,= kern It started off OK, but failed to properly create the map file. Selected output follows: extending map file : E:/MiKTeX/local/fonts/map/pdftex/context/texnansi-LIGA-KERN-public-torunska= .map font identifier : AntykwaTorunska-Bold -> text -> tfm processing files : otf -> tfm + enc otftotfm: './AntykwaTorunska-Bold.otf': No such file or directory no mapfile from otftotfm : texfont.map font identifier : AntykwaTorunska-BoldItalic -> text -> tfm processing files : otf -> tfm + enc otftotfm: './AntykwaTorunska-BoldItalic.otf': No such file or directory no mapfile from otftotfm : texfont.map [and so on for each .otf file] So, otftotfm is claiming that the files don't exist, but they absolutely 100% do. Perhaps it's looking for them somewhere else? Does anyone have any suggestions? Regards, Gavin