Pdflatex inserting EPS pictures

Source: Internet
Author: User

1. Convert EPS image to PDF or convert PDF image to EPs, that is, one image has PDF, eps two format.
Method One:
\includegraphics{pic}% do not extend the name. This pdflatex automatically adjust the corresponding PDF file, while latex automatically adjust EPS file.

Method Two:
Add the Epstopdf macro package (Epstopdf package details to see ...) first. ):
\USEPACKAGE{GRAPHICX}
\usepackage{epstopdf}
Re-use:
The \includegraphics{pic.eps}% can contain an EPS extension, but must have a pic.pdf file present at the same time.

Method Three:
Add Epstopdf and Epsfig packages first:
\USEPACKAGE{GRAPHICX}
\usepackage{epstopdf}
\usepackage{epsfig}
Re-use:
\begin{figure}
\centering
The \epsfxsize=10cm\epsfbox{pic.eps}% can contain an EPS extension, but must have a pic.pdf file present at the same time.
\end{figure}

2.pdflatex with "-shell-escape" parameter compilation, a picture only need to have EPS format, more specific reference ...
Add the Epstopdf macro package First:
\USEPACKAGE{GRAPHICX}
\usepackage{epstopdf}
Re-use:
\includegraphics{pic.eps}% can contain EPS extension, pic.pdf file does not have to exist
Then compile:
Pdflatex-shell-escape Filename.tex (The Pic.pdf file is actually generated automatically)

Pdflatex inserting EPS pictures

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.