From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12769 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: A pretty good day Date: Sun, 03 Aug 2003 17:08:15 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3.0.5.32.20030803170815.00b38c90@mail.northcoast.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1059956564 404 80.91.224.253 (4 Aug 2003 00:22:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 00:22:44 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Aug 04 02:23:00 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jT7s-0007pm-00 for ; Mon, 04 Aug 2003 02:23:00 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DF64810B13; Mon, 4 Aug 2003 02:22:55 +0200 (MEST) Original-Received: from smtp.inreach.com (smtp.inreach.com [209.142.2.34]) by ref.ntg.nl (Postfix) with SMTP id 83E5E10ACB for ; Mon, 4 Aug 2003 02:17:26 +0200 (MEST) Original-Received: (qmail 4641 invoked from network); 4 Aug 2003 00:17:23 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.17.35) by smtp.inreach.com with SMTP; 4 Aug 2003 00:17:23 -0000 X-Sender: darnold@mail.northcoast.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk 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:12769 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12769 All, Well today I made some progress with texfont.pl. After getting my Lucida fonts to work I decided to tackle: http://www.pragma-ade.com:8080/context/Members/willi/My%20Way/NaturalTables. tex Got my Palatino fonts installed and working, even the slanted ones! :-) Found that I need pixfonts, which I updated using the Miktex package manager. Then I set texfont to work on these pixfonts. I am just about there, but hung up on the last little bit. In trying to compile NaturalTables.tex with: texexec --pdf --mode=MyWay NaturalTables.tex I get this warning at the end of my log file. Warning: PDFETEX (file rpxmi): Font rpxmi at 600 not found Warning: PDFETEX (file pxsy): Font pxsy at 600 not found {8r.enc} Output written on NaturalTables.pdf (10 pages, 138726 bytes). Opening the PDF file leads to problems. The first page loads OK, but paging down I get: 1. There was an error processing a page. There was a problem reading this document(14). 2. Could not find a font in the Resources directory--using Helvetica instead. 3. There was a problem reading the document. Examining the fonts in the pdf file shows: URWPalladioL-Roma F104 URWPalladioL-Bold Helvetica So, some sort of font substitution seems to have occurred. Any help or suggestions coming my would be appreciated.