font issue on matlab 2014b OS X 10.9.4
Show older comments
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
Dawson Baker
on 8 Nov 2015
I have this exact problem on 10.9.5 using the saveas() function.
Walter Roberson
on 8 Nov 2015
The main discussion of this is at http://www.mathworks.com/matlabcentral/answers/157888-font-problems-when-exporting-as-eps
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.)
Walter Roberson
on 13 Nov 2015
Right, I have not seen a resolution as yet; the above link is the place that has the most information about the problem.
Answers (0)
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!