[texhax] figure placement
M.N.A.Smadi
smadim2 at grads.ece.mcmaster.ca
Sat Apr 22 18:45:12 CEST 2006
hi;
I am generating a report and the last say 5 figures are always placed at
the end (i.e. after the conclusion) which is not good. How can I make
that figures get embedded within the text. I am using the following
code which is working for the first few figures but not working for the
rest.
thanks
moe smadi
\begin{figure}[t]
\begin{center}
\parbox{\SMALLFIGWIDTH}
{\subfigure[]
{\includegraphics[width=\SMALLFIGWIDTH]{figs/max/jjj0_max}
\label{subfig:pdf_55_65_max}}}
\hspace{.1in}
\parbox{\SMALLFIGWIDTH}
{\subfigure[]
{\includegraphics[width=\SMALLFIGWIDTH]{figs/max/jjj0_max}
\label{subfig:pdf_65_75_max}}}\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\parbox{\SMALLFIGWIDTH}
{\subfigure[]
{\includegraphics[width=\SMALLFIGWIDTH]{figs/max/jjj0_max}
\label{subfig:pdf_55_75_max}}}
\hspace{.1in}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\caption{\small \sl Distribution Function}
\label{fig:50_pdf}
\end{center}
\end{figure}
More information about the texhax
mailing list