On Thu, 30 Jan 2003 23:58:01 -0500
"Bruce D'Arcus"
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