Am 17.03.10 10:04, schrieb Mojca Miklavec:
Maybe I'm wrong, but shouldn't it be possible (I didn't test) to modify font-unk.mkiv and add a few extra definitions to the following? (Maybe not modify font-unk itself, but just adding a couple of more definitons to the typescript.)
\definebodyfont [default] [rm] [tf=Serif sa 1, bf=SerifBold sa 1, it=SerifItalic sa 1, sl=SerifSlanted sa 1, bi=SerifBoldItalic sa 1, bs=SerifBoldSlanted sa 1, sc=SerifCaps sa 1]
You could add your in=SerifYourFontVariantName sa 1, bd=SerifYourOtherFontVariantName sa 1,
The last time i did this you needed for MkIV also \definefontalternative[in] \definefontalternative[bd] but be carefull with the shortcuts, \in is already used (references).
And then \definefontsynonym[SerifYourFontVariantName][YourFontName]
It's true that most people don't do that, but I see no reason for not extending the model for your particular needs.
Wolfgang