trouble with latex font labels and legends when importing tiff figure on word 2010 or LyX
조회 수: 4 (최근 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!