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

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

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 285 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