Neiaglov Dmitry wrote:
\starttypescript[serif][gentium-basic] \definefontsynonym[Serif] [GentiumBasic] \definefontsynonym[SerifItalic] [GentiumBasicItalic] \definefontsynonym[SerifBold] [GentiumBasicBold] \definefontsynonym[SerifBoldItalic][GentiumBasicBoldItalic] \stoptypescript
Cool, that clarifies a lot for me, thanks :) So \startypescript uses xetex after all!
it's more the reverse ... typescripts are the interface and deep down it is translated to the right commands for pdftex, zetex or luatex
Unfortunately, ConTeXt tends to compile this document three times before giving me the PDF. (Makes you wonder!)
normally there ar etwo runs (depends on how many changes in the documents); any macro package that uses multi pass data will do several runs to be sure that the cross refs and lists are ok (also, some pdf constructs use forward references that need to be resolved)
And anyway, what is the difference between typescripts and typefaces in ConTeXt terms? The only thing I found in docs was that \definefont works in the context of the current construction.
typescripts are just definitions and invoking a one of them (which itself may invoke another) will define a typeface which itself eventually results in a bunch of font definitions ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------