PlotEpsTeX

eps file exportation with LaTeX text and symbols
3.8K 次下载
更新时间 2008/3/17

无许可证

PLOTEPSTEX prints an EPS figure for inclusion in LaTeX documents, with LaTeX fonts. It creates a complet EPS-file with annotation of the figure (titles, labels and texts) and graphics (lines,arrows,markers,...). This function uses the LAPRINT function and makes simply a concatenation of the text part and the graphical part in a single EPS file. It requires:
laprint.m, latex, dvips, eps2eps and GhostScript.

With the EPS2EPS command, PS file is converted in an eps-file, with bitmap-fonts. Result is a small size file. It is possible to replace the eps2eps command by the ps2epsi

引用格式

jean-christophe OLIVIER (2024). PlotEpsTeX (https://www.mathworks.com/matlabcentral/fileexchange/18207-plotepstex), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Printing and Saving 的更多信息
致谢

参考作品: LaPrint

启发作品: PlotPdfTex, plot2eps, PlotPdfTex

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

To avoid bitmap fonts with the eps2eps command (Mukhtar Ullah)