Why do all text in figures move when saving as eps?
6 commentaires
Where are you intending to use the eps file? Also, can you try a different viewer, it may be a problem with the way your viewer is rendering the eps file.
Although this is not a direct solution to this question, but one solution for you is to use psfrag package in latex. You can directly make changes to eps figure from inside latex file. In your case, you can add the following line to your figure environment before \includegraphics
\psfrag{test text test text}[c][c][1]{\hspace{0.2cm} Write this text now}
Here first {} should contain exact string as presnt in you eps figure. [c][c] is used to specify the alignment text with the original text. Next [1] is used to specify the scale of font, 1 means font will be same as the paragraph text in the latex document. The last {} is used to specify the replacement text. You can try different values of \hspace{} until you get desired alignment.
Réponses (1)
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!