On Fri, Aug 6, 2010 at 09:24, Hans Hagen
Thank you very much, Taco, especially for the detailed explanations you gave! It works like a charm. I've made a new Wiki page (my first one), mainly based on your answer:
I follow this example to test fonts Palatino. It works perfectly. Thanks!
But when I do some math with \startformula ... \stopformula, I got LMRoman12-Regular and LMMathItalic12-Regular in my PDF.
My stupid question: How to use math symbols of Palatino ?
use the ones based on the px fonts (search for palatino in font-otf.mkiv)
Do you mean "type-otf.mkiv" ? I can't found "font-otf.mkiv" in my minimal installation here. I tried to add: \starttypescript [math][palatino][all] \loadfontgoodies[px-math] \definefontsynonym[MathRoman][pxmath@px-math] \stoptypescript into the example code. But it does not work. Could you give me some idea please ? Thanks