From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34694 Path: news.gmane.org!not-for-mail From: "John R. Culleton" Newsgroups: gmane.comp.tex.context Subject: Re: texexec message suppression. Date: Tue, 15 May 2007 09:47:00 -0400 Organization: WexfordPress Message-ID: <200705150947.00774.john@wexfordpress.com> References: <200705141722.41855.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179236954 29816 80.91.229.12 (15 May 2007 13:49:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 May 2007 13:49:14 +0000 (UTC) Cc: Patrick Gundlach To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue May 15 15:49:13 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HnxOq-0005bk-DP for gctc-ntg-context-518@m.gmane.org; Tue, 15 May 2007 15:49:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4EE3C20023; Tue, 15 May 2007 15:49:09 +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 04186-08; Tue, 15 May 2007 15:49:06 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2854D20019; Tue, 15 May 2007 15:49:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B552B20019 for ; Tue, 15 May 2007 15:49:03 +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 04232-03-2 for ; Tue, 15 May 2007 15:49:00 +0200 (CEST) Original-Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by ronja.ntg.nl (Postfix) with ESMTP id A8F281FFE7 for ; Tue, 15 May 2007 15:48:59 +0200 (CEST) Original-Received: from c-76-21-135-227.hsd1.md.comcast.net ([76.21.135.227]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20070515134858.SCZN10832.mta10.adelphia.net@c-76-21-135-227.hsd1.md.comcast.net>; Tue, 15 May 2007 13:48:58 +0000 User-Agent: KMail/1.9.4 In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34694 Archived-At: On Monday 14 May 2007 19:11, Patrick Gundlach wrote: > > (to me) informational messages spewed forth by texexec, in > > particular the long list of font scripts repeated sometimes 8 or > > 9 times. > > Did you try \preloadtypescripts? > > See > en.html> > > Patrick If I put it after other font statements it has no effect, If I put it first ahead of the font statements the run has missing font errors. Possibly I am using a defective typescript file. Here is the error message: ------------------------------------------------------------------------------------------- ! Font \*MyCharter7ptrmslrm*:=8r-bchr8a-slanted-167 at 7.0pt not loadable: Metric (TFM) file not found. ------------------------------------------------------------------- And here is the typescript file: ----------------------------------------------------------------------- % Charter (Bitstream) \usetypescriptfile[type-buy] \starttypescript [serif] [charter] [8r] \definefontsynonym [Charter-Roman] [bchr8r] [encoding=8r] \definefontsynonym [Charter-Italic] [bchri8r] [encoding=8r] \definefontsynonym [Charter-Bold] [bchb8r] [encoding=8r] \definefontsynonym [Charter-BoldItalic] [bchbi8r] [encoding=8r] \definefontsynonym [Charter-Slanted] [bchro8r] [encoding=8r] \definefontsynonym [Charter-BoldSlanted][bchbo8r] [encoding=8r] % \definefontsynonym [Charter-Roman-Caps] [bchr8r-capitalized-800] [encoding=8r] \stoptypescript % \starttypescript [serif] [charter] [name] \usetypescript[serif][fallback] \definefontsynonym [Serif] [Charter-Roman] \definefontsynonym [SerifItalic][Charter-Italic] \definefontsynonym [SerifBold] [Charter-Bold] \definefontsynonym [SerifBoldItalic] [Charter-BoldItalic] \definefontsynonym [SerifSlanted] [Charter-Slanted] \definefontsynonym [SerifBoldSlanted][Charter-BoldSlanted] % \definefontsynonym [SerifCaps] [Charter-Roman-Caps] \stoptypescript \starttypescript [Charter] \definetypeface [MyCharter] [rm] [serif] [charter] [default] [encoding=8r] \stoptypescript ---------------------------------------------------------- But this error does not occur if I don't use the \preloadtypescripts command. Any hints? John C. ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________