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 <your-typescript-file-name> 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 \starttext \title{A Title} \section{A Section Heading} Here is some text, 1234567890... \stoptext Bruce