From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11685 Path: main.gmane.org!not-for-mail From: scarso luigi Newsgroups: gmane.comp.tex.context Subject: Re: Error: /undefined in NP Date: 28 Mar 2003 08:41:41 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1048837301.7694.52.camel@luigis.logo.net> References: <5.1.0.14.1.20030325094633.031a8c80@server-1> <1205637386.20030325114358@iol.it> <1048615214.15335.7.camel@luigis.logo.net> <1048683324.25906.3.camel@luigis.logo.net> <20030326150439.2c6edaee.morawski@gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048837566 8868 80.91.224.249 (28 Mar 2003 07:46:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2003 07:46:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 28 08:46:05 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yoYv-0002It-00 for ; Fri, 28 Mar 2003 08:46:05 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2857110AF0; Fri, 28 Mar 2003 08:46:03 +0100 (MET) Original-Received: from luigis.logo.net (host212-97.pool212171.interbusiness.it [212.171.97.212]) by ref.ntg.nl (Postfix) with ESMTP id 8B9AA10AE7 for ; Fri, 28 Mar 2003 08:43:28 +0100 (MET) Original-Received: (from luigi@localhost) by luigis.logo.net (8.11.6/8.11.6) id h2S7fge07805; Fri, 28 Mar 2003 08:41:42 +0100 X-Authentication-Warning: luigis.logo.net: luigi set sender to scarsoluigi@libero.it using -f Original-To: ntg-context@ntg.nl In-Reply-To: <20030326150439.2c6edaee.morawski@gmx.net> X-Mailer: Ximian Evolution 1.0.3 (1.0.3-4) 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:11685 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11685 > the whole format looks very strange to me, what about > > texnansi-raw-hum521b Humanist521BT-Bold "TeXnANSIEncoding ReEncodeFont" > > Jens It's a line from file texnansi-bitstrea-humanist.map generated by texfont (texfont --help; see also mtexfont.pdf, mfonts.pdf and pdftex-a.pdf) This line say, among others, that only glyphs from font hum521b.pfb (a Type1 font) used by A.pdf document must be include into A.pdf (partial inclusion). Until now, I haven't found any problem with xpdf and acroread, but postpocressing with gs sometimes fails, because some glyphs seems to call an instructions (NP) which definitions is not included. Hence with texnansi-raw-hum521b Humanist521BT-Bold "TeXnANSIEncoding ReEncodeFont" > and in http://www.ghostscript.com/pipermail/gs-devel/2002-October/002043.html I find the following << #616539 - USER - gs fails for pdflatex generated document assigned: alexcher If a PDF document generated by pdflatex contains some special combinations of type1 fonts, gs fails with "Error: /undefined in NP" while acroread and xpdf have no problems to display the document. Alex determined that the PDF file is invalid, and that it includes a subsed of /CharterBT-Roman font that uses NP procedure but doesn't define it in the font header. Should we close the bug? >> I'm sure that it's not a complete explanations, but I have to study the Adobe manual on Type1 fonts and encodings , and time is not on my side.... luigi