From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19024 Path: news.gmane.org!not-for-mail From: Adam Lindsay Newsgroups: gmane.comp.tex.context Subject: Re: Times New Roman Date: Wed, 16 Mar 2005 14:56:16 +0000 Message-ID: <483f974b50fe21e9e7c1af96f2c55c61@comp.lancs.ac.uk> References: <424A8F64@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110985595 20474 80.91.229.2 (16 Mar 2005 15:06:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 15:06:35 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 16 16:06:34 2005 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 1DBZxx-0001fS-7J for gctc-ntg-context-518@m.gmane.org; Wed, 16 Mar 2005 15:57:47 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56635127EE; Wed, 16 Mar 2005 15:59:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10791-06; Wed, 16 Mar 2005 15:59:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8E241280B; Wed, 16 Mar 2005 15:55:28 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8EF1A1280B for ; Wed, 16 Mar 2005 15:55:26 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10944-01 for ; Wed, 16 Mar 2005 15:55:25 +0100 (CET) Original-Received: from mail.comp.lancs.ac.uk (mail.comp.lancs.ac.uk [148.88.3.45]) by ronja.ntg.nl (Postfix) with ESMTP id BDE5A127EE for ; Wed, 16 Mar 2005 15:55:25 +0100 (CET) Original-Received: from [194.80.37.148] (ind030000002.lancs.ac.uk [194.80.37.148]) by mail.comp.lancs.ac.uk (8.12.10/8.12.10) with ESMTP id j2GEtPAW015802 for ; Wed, 16 Mar 2005 14:55:25 GMT In-Reply-To: <424A8F64@webmail.colostate.edu> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19024 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19024 A few comments/hints: On 16 Mar 2005, at 14:40, ishamid wrote: > TeXFont 1.5 - ConTeXt / PRAGMA ADE 2000-2001 (STILL BETA) The TeXfont I'm running is 2.2.1! (I know I added a little bit of .ttf processing code after 2.1) > I tried things manually without the --pattern option and got a > > texnansi-microsoft-times.tex If this file was generated, that's a good sign that the files were installed. What do you see in: (texlocal)\fonts\tfm\microsoft\times ? You can verify they were installed with: texexec --once texnansi-microsoft-times.tex (can also add --mode=compact to the CLI). HTH, adam