MATLAB: Are Symbol Fonts not preserved when I export graphics in MuPAD to EPS format in MATLAB (R2011b)

epsexportmupadSymbolic Math Toolbox

I change axes font to Symbols font. The font is properly rendered with Greek letters in MuPAD notebook. But it is converted to Helvetica when I export the graphic to EPS. I can verify this by opening the EPS file using an ASCIIi editor.
How can I enforce Symbol fonts in my exported EPS figures?

Best Answer

This is indeed a bug in the EPS exporter. It does not handle the Symbol font correctly and there are some additional issues with non-ASCII characters.
Related Question