Graphics, Figures & Tablesfigures not shown

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
nasridine
Posts: 2
Joined: Tue Jun 22, 2010 8:08 pm

figures not shown

Post by nasridine »

I have all the figures as .ps files in the same directory as the article tex file. However the pdf I generated with pdflatex does not have all the figures. How do I display them correctly?

Code: Select all

\begin{figure}
\centerline{\hbox{\epsfxsize=3.00in \epsfbox{fig1.ps}}}
\caption[]
{\label{fig1} \noindent
This figure describes.....
}
\end{figure}

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

figures not shown

Post by localghost »

pdflatex does not accept (E)PS files. You will find solutions for the necessary conversion via Forum Search.


Best regards and welcome to the board
Thorsten
Post Reply