trouble with latex font labels and legends when importing tiff figure on word 2010 or LyX
1 view (last 30 days)
Show older comments
Hi - I am trying to create labels and legends with overbar and square root symbols. In matlab figure window they look like very good but when i save in .tiff or other formats and i import it on word 2010 or LyX, the distance between overbar or square root symbol and letter become very small up to coincide with the upper edge of the char. Please, can anyone help me
Many thanks, Lorenzo
3 Comments
Walter Roberson
on 12 Mar 2013
Which operating system are you using, and which MATLAB version?
Have you tried using export_fig from the FEX ?
Accepted Answer
ChristianW
on 13 Mar 2013
Use .emf for word if possible and try .ps for Lyx.
3 Comments
ChristianW
on 13 Mar 2013
Ah right, I forgot about that. I don't know if it's possible to change the paper format at postscript prints.
You can change the papersize at pdf prints:
figure('PaperPositionMode','auto','PaperSize',[14 11])
title('$\overline{X} + \sqrt{Z}$','interpreter','latex')
print -dpdf test_label2
More Answers (0)
See Also
Categories
Find more on Printing and Saving in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!