Graphics, Figures & TablesInclude EPS Files

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
rupali
Posts: 1
Joined: Sat Jun 18, 2011 12:19 pm

Include EPS Files

Post by rupali »

Hi,

I tried a lot for including EPS file into *.tex file using TeXnicCenter, but didn't get success till yet.

Code: Select all

\usepackage{epsfig}
\begin{figure}
\epsfig{file1=image1.eps}
\end{figure}
Any help is appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Include EPS Files

Post by Stefan Kottwitz »

Hi rupali,

welcome to the board!

epsfig is obsolete and should not be used with current LaTeX. Use graphicx instead.

Stefan
LaTeX.org admin
Post Reply