Great, this works.

It's a bit more clear now. There is still one problem. I use the sans fallback in my typescript as follows, so that every alternative such as italic etc .. is mapped to my regular font (I have only one font file for the moment). Why do i get cmr italic instead of regular karat when i use \it for instance, or \bf etc. ?



% This is Karat.tex

\loadmapfile[texnansi-rubicon-karatmedium.map]

\starttypescript [sans][karat][texnansi]
 \definefontsynonym [karat-sans][texnansi-KAMN][encoding=texnansi]
\stoptypescript

\starttypescript [sans][karat][name]
 \usetypescript[sans][fallback]
 \definefontsynonym [Sans][karat-sans]
\stoptypescript

\starttypescript [karat]
 \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi]
\stoptypescript



Normally within the following example, i should get a text that is all written in regular karat(Well, probably not for \em !).



\usetypescriptfile[Karat.tex]
\usetypescript[karat]
\setupbodyfont[karat]

\starttext
This is Karat roman, {\it italic,} {\bf bold,} and {\bi bold-italic.}

\ss Hello world

{\em \bf This is also bold-italic.}

We have {\sc small caps} and old-style figures: {\os 0123456789}.
\stoptext



Thanks again.

Dirar.

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.com/


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to