Importing EMF with latex characters into Microsoft Word

Asked by Sam harris on 24 Jun 2012
Latest activity Answered by Walter Roberson on 24 Jun 2012

Hi,

I am trying to import EMF's which I create in R2010B into a word document. The graphics of the figures look fine in word, except the x and y labels are coming out a bunch of random symbols.

I'm guessing the problem is more related to word than MATLAB, just hoping that some knows why it's doing it. The code I am using to create the figure labels is shown below.

Thanks,

Sam

ylabel('$$q^{\prime} = {\sigma}_1 - {\sigma}_3 \ (kPa)$$'...
      ,'interpreter','latex','fontsize',16,'FontName','Timesnewroman');
 xlabel('$$p^{\prime} = \frac{\sigma_1+2\sigma_3}{3} \  (kPa)$$'...
     ,'interpreter','latex','fontsize',16,'FontName','Timesnewroman');

0 Comments

Sam harris

Products

No products are associated with this question.

1 Answer

Answer by Walter Roberson on 24 Jun 2012
Accepted answer

Does Word call its font 'Timesnewroman' ? Probably not. It probably knows the font as "Times New Roman". You might need to specify that as the FontName, and it might look wrong in MATLAB but import okay in Word.

0 Comments

Walter Roberson

Contact us