trouble with latex font labels and legends when importing tiff figure on word 2010 or LyX
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2013-3-12
Which operating system are you using, and which MATLAB version?
Have you tried using export_fig from the FEX ?
采纳的回答
ChristianW
2013-3-13
Use .emf for word if possible and try .ps for Lyx.
3 个评论
ChristianW
2013-3-13
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!