[Tugindia] bounding box with graphics - beamer

Josy P. Pullockara josy at ctfd.cmmacs.ernet.in
Fri Aug 29 07:21:55 CEST 2008


On Thu, 2008-08-28 at 18:04 +0530, Asha G wrote:
> I have a beamer document.
> i write : \includegraphics[ height 3.0 in, width 2.0 in] { pyramidal.jpg}
> 
> When I process it using LaTeX - I get a error saying cannot determine
> bounding box.

% file t.tex
\documentclass{beamer}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=2in]{timage.jpg}
\end{document}

when processed using the following command
$pdflatex t.tex

gives the desired results.

Some suggestions:

1. Read The Fine Manual (RTFM) before posting for quick results.
http://texcatalogue.sarovar.org/entries/graphicx.html.

2. As suggested by Kapil Hari Paranjape use ``relative'' measures like
width=0.25\textwidth

Regards,

Josy P. Pullockara



More information about the tugindia mailing list