i'm preparing a presentation with Keynote. To include the formulas i'm using Latexit but the text and the formulas have different fonts. I've tried to use this to change the font in Latexit:
\usepackage{mathspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\setmainfont{Chalkboard}
\setmathsfont(Digits){Chalkboard}
\setmathsfont(Latin){Chalkboard}
\setmathsfont(Greek){Chalkboard}
\setmathsfont(Symbols){Chalkboard}
It is working for Digits and Latin, but it isn't for Greek and Symbols.
Can anyone help me?