font issue on matlab 2014b OS X 10.9.4

On my OS X 10.9.4 machine, if I do an hgexport(gcf, 'fig1.eps'), on a figure that has latex fonts, i.e. I have a command like
xlabel('$x$', 'interpreter','latex');
when I open the eps file in Preview.app, I get the error:
PostScript Conversion Warning:
Converting the PostScript file "test.eps" produced the following warnings:
· CMR10 not found, using Courier.
· CMMI10 not found, using Courier.

4 Comments

I have this exact problem on 10.9.5 using the saveas() function.
Jessica Piper
Jessica Piper on 13 Nov 2015
Edited: Jessica Piper on 13 Nov 2015
Walter thanks for adding that link, however Mathworks hasn't provided a solution to this problem on that thread, even though they marked the answer as "accepted".
There is an eps export bug added by Mathworks in either 2014b or 2015a, because once I upgraded to 2015a all my plotting scripts that export to eps got broken. They still work fine in 2014a. (I have both installed.)
Right, I have not seen a resolution as yet; the above link is the place that has the most information about the problem.

Sign in to comment.

Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Asked:

on 5 Nov 2014

Commented:

on 13 Nov 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!