From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10810 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: typescripts again (was to keep you busy ...) Date: Thu, 6 Feb 2003 17:53:54 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030206175354.579194dc.morawski@gmx.net> References: <20030206135832.5d5cf0e1.morawski@gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044550300 4115 80.91.224.249 (6 Feb 2003 16:51:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 16:51:40 +0000 (UTC) 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 18gpF0-000124-00 for ; Thu, 06 Feb 2003 17:51:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 096AE10BA5; Thu, 6 Feb 2003 17:53:12 +0100 (MET) Original-Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 724FC10B97 for ; Thu, 6 Feb 2003 17:49:49 +0100 (MET) Original-Received: (qmail 14518 invoked by uid 0); 6 Feb 2003 16:49:48 -0000 Original-Received: from port1513.fra.ginko.net (HELO melior.localdomain) (212.202.67.243) by mail.gmx.net (mp017-rz3) with SMTP; 6 Feb 2003 16:49:48 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) 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:10810 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10810 On Thu, 6 Feb 2003 09:53:13 -0500 "Bruce D'Arcus" wrote: > > Thanks Jens. I still don't see anything obvious though (see below).... > > On Thursday, February 6, 2003, at 07:58 AM, Jens-Uwe Morawski wrote: > > > Thus, check if your type-script can be found; run > > kpsewhich > > in your document-directory for example: > > kpsewhich type-minion.tex > > > > and check for misspellings, since ConTeXt gives no error message > > if you declare a typescript-file via > > \usetypescriptfile[type-minionn] > > but its name is type-minion.tex > > Here's what I get: > > bdarcus% kpsewhich type-OpenTypePro.tex > /Users/bdarcus/Library/texmf/tex/context/user/type-OpenTypePro.tex > > And this is copied from my environment file: > > \usetypescriptfile[type-OpenTypePro] > > No typos, soo...??? > > > > Here's the document source, BTW: > > \environment minionpro-osf.tex Please, step by step! Thus, try it first without an environment-file. In your TeX-file load the typescript using \usetypescriptfile, make your \definetypeface definitions there (the definition for rm/serif should be enough), setup your body-font and let us see what happens. Jens