trouble with latex font labels and legends when importing tiff figure on word 2010 or LyX
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 12 de Mzo. de 2013
Which operating system are you using, and which MATLAB version?
Have you tried using export_fig from the FEX ?
Respuesta aceptada
ChristianW
el 13 de Mzo. de 2013
Use .emf for word if possible and try .ps for Lyx.
3 comentarios
ChristianW
el 13 de Mzo. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!