Graphics, Figures & TablesCannot determine the size of the pic: bounding box error

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Sam
Posts: 62
Joined: Fri Nov 30, 2007 1:43 pm

Cannot determine the size of the pic: bounding box error

Post by Sam »

Dear all,

does any one have an idea how to have a bounding box in the eps. figure...

I get the following error when compiling:

Cannot determine the size of the pic: bounding box error

and the image does not get displayed!!!

thanks for your help

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Cannot determine the size of the pic: bounding box error

Post by localghost »

Probably an erroneous EPS file. For further examination attach the concerned file to your next post by uploading it to the forum server.


Thorsten
Sam
Posts: 62
Joined: Fri Nov 30, 2007 1:43 pm

Re: Cannot determine the size of the pic: bounding box error

Post by Sam »

Thanks Thorsten,

Please find attached a copy of the EPS file...
Attachments
Ultimate_RTDS.eps
(80.82 KiB) Downloaded 278 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Cannot determine the size of the pic: bounding box error

Post by localghost »

The EPS file is OK and I have no problem with the below minimal example.

Code: Select all

\documentclass{minimal}
\usepackage{graphicx}

\begin{document}
  \includegraphics[scale=0.75]{Ultimate_RTDS}
\end{document}
Now it's your turn to show the opposite in the same way.
Post Reply