On Thu, 13 Dec 2001, Sanjai Varma wrote:
> #underfull \hbox ( badness 10000 ) in paragraph at lines
> #15--10
> That means some portion of the paragraph is
> overflowing the area allotted for the text. May be the
> size of the fig you are including is wider than the
> `textwidth'.
>
> What is the command you are using to include the figure?
Thanks for your reply.
I used following command in a two column document:
\begin{figure}
{\centering
\resizebox*{1\columnwidth}{!} {\includegraphics
{fig1.eps}
}
}
\caption{My Caption}
\end{figure}
I was trying to write document in a structural fashion, as
stated above. After recieving your mail, I tries a few more
hit and tial and found just removing extra spaces and enters
( as shown below ), this message disappears.
\begin{figure}
{\centering\resizebox*{1\columnwidth}{!}{\includegraphics{fig1.eps}}}
\caption{My Caption}
\end{figure}
Although I resolved my problem, but I could not find a
logic. Any hint?
Bye
H.S.Rai
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help