From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10647 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: typescripts and environments Date: Fri, 31 Jan 2003 11:36:07 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030131113607.4eff19ab.morawski@gmx.net> References: <92DF9F25-34D8-11D7-BF74-0050E4258255@fastmail.fm> 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 1044010500 11388 80.91.224.249 (31 Jan 2003 10:55:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 10:55:00 +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 18eYp0-0002xM-00 for ; Fri, 31 Jan 2003 11:54:58 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B9FD310AEC; Fri, 31 Jan 2003 11:56:46 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id A630510AEA for ; Fri, 31 Jan 2003 11:55:15 +0100 (MET) Original-Received: (qmail 13524 invoked by uid 0); 31 Jan 2003 10:55:14 -0000 Original-Received: from port1233.fra.ginko.net (HELO melior.localdomain) (212.202.66.217) by mail.gmx.net (mp012-rz3) with SMTP; 31 Jan 2003 10:55:14 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: <92DF9F25-34D8-11D7-BF74-0050E4258255@fastmail.fm> 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:10647 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10647 On Thu, 30 Jan 2003 23:58:01 -0500 "Bruce D'Arcus" wrote: > > A familiar issue, but I'm still a bit confused about how to set up a > proper typescript, and how to access it in a document. Can someone > please look at the enclosed? [...] \starttypescript [sans] [optima] [ec] \definefontsynonym[Optima-Bold] [lopb8t] [encoding=texnansi] \definefontsynonym[Optima-BoldItalic] [lopbi8t] [encoding=texnansi] \definefontsynonym[Optima-Italic] [lopri8t] [encoding=texnansi] \definefontsynonym[Optima-Roman] [lopr8t] [encoding=texnansi] \stoptypescript << the 8t shows that this font is in T1 (aka ec) encoding. Thus you should << use [encoding=ec] instead =========== minionpro-osf.tex ====================== \startenvironment minionpro-osf \usetypescriptfile[typeface] << you do not load the typescript file, since its name is << type-OpenTypePro.tex and not typeface.tex Hope it helps, Jens