[Tugindia] Graphics problem

ICM tugindia@tug.org
Thu, 19 Dec 2002 16:38:06 +0530


I want to put the eps file in place on a page. The latex file is placed
below for your kind perusal. in case of Bin1990-14.eps it is
working fine while the other files are partially coming. Full map is not
appearing on the page. I want to put it on a particular location of the
page, and will try to overflow the texts around the graph.

Could you please suggest what is the problem?

Regards,

Prabir


____________________________________________________________________________
__________________________________

\documentclass [11 pt,a4 paper]{article} %%date 03 December,2002%%
\usepackage{graphicx}
%\usepackage[draft]{graphicx}
\begin{document}
\begin {figure}
%\begin{center}
%\clearpage
 \centering
              %\includegraphics [height=10cm, width=12cm]{test.eps} %%  1
working partially%%
              %\includegraphics [height=2cm]{2KCountry4.eps} %% 2 working
partially%%
               \fbox{\includegraphics
[width=10cm,height=9cm]{BIN1990-14.eps}}%%% 3 THIS IS WORKING FINE,
111202%%%
               \caption  {test caption....without border}
             \label{Fig}

              %\includegraphics {rightmap.txt}
              %\lebel{Fig}
       %\end{center}
  \end{figure}
  \end{document}
____________________________________________________________________________
______________________________________