Why are my EPS figures not vectorised in LaTeX?

7 ビュー (過去 30 日間)
HC98
HC98 2023 年 10 月 23 日
回答済み: Walter Roberson 2023 年 10 月 23 日
I'm exporting figures in MATLAB using
print -painters -depsc << FIGNAME >>.eps
And when I load the resulting eps into LaTeX, it creates a high-res image but it's not vectorised and I can't select the text in the plot...

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 10 月 23 日
print never tries to produced vectorized results.
Use exportgraphics with ContentType='vector' and a filename that ends in .eps
Note: embedded fonts will not be saved in the file unless you use .pdf . This can sometimes cause problems if you do font selection within latex expressions.

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by