On Thu, 6 Feb 2003 12:25:05 -0500
"Bruce D'Arcus"
On Thursday, February 6, 2003, at 11:53 AM, Jens-Uwe Morawski wrote:
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.
Here's the file, which doesn't work either:
i'm puzzled. AFAIK, MacOS X (it seems that you work with this system) has internally a not case-sensitive file-system. Maybe, this confuses the kpathsee library.
\usetypescriptfile[type-OTP]
\definetypeface [maintext] [rm] [serif] [minionpro-osf][default] [encoding=texnansi] \definetypeface [maintext] [ss] [sans] [gillsans] [default] [encoding=texnansi]
\setupbodyfont[maintext,rm,serif,10pt]
\setupbodyfont[maintext,rm,10pt] should be enough Jens