From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11214 Path: main.gmane.org!not-for-mail From: Simon Pepping Newsgroups: gmane.comp.tex.context Subject: Re: Problems recompiling LaTeX2ConTeXt.tex Date: Wed, 5 Mar 2003 21:25:04 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030305202503.GA1673@scaprea> References: <20030304164524.36756.qmail@web10706.mail.yahoo.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046902361 24687 80.91.224.249 (5 Mar 2003 22:12:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 22:12:41 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Mar 05 23:12:40 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 18qh6x-0006Kv-00 for ; Wed, 05 Mar 2003 23:11:39 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5411910B5D; Wed, 5 Mar 2003 23:12:08 +0100 (MET) Original-Received: from hgatenl.hobby.nl (ns.hobby.nl [212.72.224.8]) by ref.ntg.nl (Postfix) with ESMTP id 32C8D10B1B for ; Wed, 5 Mar 2003 23:08:15 +0100 (MET) Original-Received: from hgatenl.hobby.nl (localhost [127.0.0.1]) by hgatenl.hobby.nl (8.12.6/8.12.2) with ESMTP id h25M8ElV046788 for ; Wed, 5 Mar 2003 23:08:14 +0100 (CET) (envelope-from spepping@scaprea.hobby.nl) Original-Received: (from uucp@localhost) by hgatenl.hobby.nl (8.12.6/8.12.2/Submit) with UUCP id h25M8ENH046787 for ntg-context@ntg.nl; Wed, 5 Mar 2003 23:08:14 +0100 (CET) Original-Received: from simon by scaprea.salix.nl with local (Exim 3.35 #1 (Debian)) id 18qfRo-0000Yx-00; Wed, 05 Mar 2003 21:25:04 +0100 Original-To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <20030304164524.36756.qmail@web10706.mail.yahoo.com> User-Agent: Mutt/1.3.28i 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:11214 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11214 On Tue, Mar 04, 2003 at 08:45:24AM -0800, James J. Ramsey wrote: > > ! I can't find file `Times-Roman'. > <*> ...our; mag:=1; nonstopmode; input Times-Roman > > Please type another input file name > ! Emergency stop. > <*> ...our; mag:=1; nonstopmode; input Times-Roman > > Transcript written on mfput.log. > mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; > input Times-Roman' failed. > kpathsea: Appending font creation commands to > missfont.log. > > ! Font \*12ptrmtf*=Times-Roman at 12.0pt not loadable: > Metric (TFM) file not fo > und. > \lastfontname ->Times-Roman at \scaledfont I think you need to add the following lines of code: \setupencoding[default=ec] \usetypescript [serif] [times] [\defaultencoding] \usetypescript [sans] [helvetica] [\defaultencoding] \usetypescript [mono] [courier] [\defaultencoding] \usetypescript [berry] [\defaultencoding] These map Times-Roman to utmr etc., which hopefully are on your installation. If they are not, you should have ptmr etc., but that would require a modified version of these typescripts. Alternatively, you can use the following lines of code, which achieve the same thing: \usetypescript[postscript] [ec] \usetypescript[berry][ec] \switchtotypeface [postscript][rm] I think running Red Hat 8.0, with teTeX-1.0.7 with ConTeXt ver: 2002.1.28 is a reasonable thing to do. Most of the software packages I run are older than that. One only runs the latest and greatest of software one is especially interested in. Regards, Simon -- Simon Pepping email: spepping@scaprea.hobby.nl