trouble with latex font labels and legends when importing tiff figure on word 2010 or LyX
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 12 Mar 2013
Which operating system are you using, and which MATLAB version?
Have you tried using export_fig from the FEX ?
Réponse acceptée
ChristianW
le 13 Mar 2013
Use .emf for word if possible and try .ps for Lyx.
3 commentaires
ChristianW
le 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Printing and Saving dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!