Hans Hagen wrote:
Vit Zyka wrote:
it means that your font is not a proper math font, taco may know how to deal with this
? - \starttypescript [*] [fallback] is generaly useful. Is a good idea
replaced by a (faster) setup)
to move it from large type-buy.tex somewhere else?
see type-def.tex:
\startsetups [font:fallback:serif]
Thank you Hans for a hint. I did not know about font setups.
? Storm fonts have different accent shapes for lover/upper case letters. Is there some mechanism to distinguish this making the composits?
interesting, \' etc are not sufficient fot that
\definecommand UCgrave {\buildtextaccent\UCtextgrave}
\startencoding [default] \definecharacter UCtextgrave {\textgrave} ..... \stopencoding
\startencoding [yours] \definecharacter Ediaeresis {\buildtextaccent\UCtextdiaeresis E} ... \stopencoding
I Understand, thank you, I will both incorporate it into Storm support. Vit