楼主: janyiyi
899 0

An .EPS to .PDF converter (using LaTeX!) [推广有奖]

  • 3关注
  • 17粉丝

讲师

27%

还不是VIP/贵宾

-

威望
0
论坛币
3206 个
通用积分
5056.6800
学术水平
539 点
热心指数
537 点
信用等级
538 点
经验
10157 点
帖子
300
精华
2
在线时间
90 小时
注册时间
2010-10-3
最后登录
2024-4-6

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
By mareviv

I am about to go on a short holiday, so I was tidying the code lines I had scattered around before leaving… And I found this: a minimal EPS to PDF converter, which is barely a LaTeX template.

It is intended for transforming an .EPS graph to the .PDF format. You can copy & paste this whole code into a blank text file (but with .TEX extension) and run it with a TeX editor. To install and use LaTeX, here it is a previous post about it.

When you have compiled it, you can search in the same file’s directory for the newly created PDF graph!


  1. %%%%%%%%%%%%%%%%%%%%%%%%%% EPS TO PDF CONVERTER %%%%%%%%%%%%%%%%%%%%%%%%%%% Author: Mareviv% Under GNU General Public License% Paste this document entirely into a file with .TEX extension (.tex). Open it with TeXworks% Tips for starting with LaTeX: http://talesofr.wordpress.com/2013/05/02/learning-latex-from-scratch/
  2. \documentclass{article}
  3. \usepackage{graphicx} % support the \includegraphics command and options\usepackage{epstopdf}    % Included EPS files automatically converted to PDF to include with pdflatex
  4. \begin{document}
  5. This is an .EPS to .PDF converter, using a minimal {\LaTeX} document.Place the .EPS file in the same folder as this converter.Insert the .EPS figure name inside the curly brackets (in this case rnetwork2).
  6. \begin{figure}  \centering  \includegraphics[width=1.1\linewidth]{rnetwork2}  \caption{A network graph.}\end{figure}
  7. Copy and paste the following code to convert more images at the same time:\begin{figure}  \centering  \includegraphics[width=1.1\linewidth]{rnetwork2}  \caption{Another network graph.}\end{figure}
  8. \end{document}
复制代码





view rawEPStoPDFconverter.tex hosted with by GitHub




二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Converter Converte Convert Using LaTeX intended previous blank search around

已有 1 人评分经验 论坛币 学术水平 热心指数 信用等级 收起 理由
oliyiyi + 40 + 40 + 20 + 20 + 20 精彩帖子

总评分: 经验 + 40  论坛币 + 40  学术水平 + 20  热心指数 + 20  信用等级 + 20   查看全部评分

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-19 18:02