And yes...as far as caption is concerned....it is so far from the figure..
plzz help

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
Code: Select all
\begin{figure}[!hb]
\centering
\includegraphics[scale=0.5]{<picturefile>}
\caption{A Picture}\label{fig:picture}
\end{figure}
Code: Select all
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: L B R T
Code: Select all
\newpage
\item[``PCS and Beyond"]\textit{}
\begin{itemize}
\item 1995 - FCC auctions off frequencies in Personal
Communications System (PCS) band at 1.8 GHz for mobile telephony
\item 1997 - Number of cellular telephone users in U.S. \textgreater 50M
\item 2000 - Third generation cellular system standards. Bluetooth
standards.
\end{itemize}
Since the mid 1990s, the cellular communications industry has
witnessed explosive growth. Wireless communications networks have
become much pervasive than anyone could have imagined when the
cellular concept was developed in the 1960s and 1970s. As shown in
figure 1.1.\\
\begin{figure}[!hb]
\centering
\vspace{2cm}
\fbox{
\includegraphics[width=7cm,height=10cm]{Growth}}
\caption{A Picture}\label{fig:Growth}
\end{figure}
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