17 Jul
2010
17 Jul
'10
7:43 a.m.
On 07/17/2010 05:49 AM, Khaled Hosny wrote:
I'm not a big fan of private use area myself, it just makes things more unportable. The approach I used is mapping the new characters to the closest matching existing ones, so calligraphic is mapped to script, sans serif Greek is mapped to serif and so on. What I want is a way to use different font for specific parts in the equation, for example a \mathaltcal or \mathsfbfgreek etc that could have a different feature than the main math font.
You could use stylistic alternate sets, it should be easy to support those in context (it may even work out of the box). Best wishes, Taco