Wolfram Mathematica comes with full (?) set of math fonts. Is it possible to use these fonts in XeLaTeX and LuaLaTeX? I mean something like
\usepackage[math-style=ISO,bold-style=ISO]{unicode-math}
\setmathfont[range=...]{Mathematica1}
\setmathfont[range=...,Bold]{Mathematica1b}
\setmathfont[range=...,???]{Mathematica1m}
\setmathfont[range=...,???]{Mathematica1mb}
\setmathfont[range=...]{Mathematica2}
. . .
\setmathfont[range=...]{Mathematica7}
unicode-mathneeds OpenType Math fonts. I don't think Mathematica provides those. – Caramdir Oct 06 '11 at 03:26unicode-mathprovides such mechanism throughrangeoption of\setmathfont. – Igor Kotelnikov Oct 06 '11 at 14:54