On Fri, 14 Dec 2001, H.S.Rai wrote:

> I want to have a number of graphics ( chart/ graph, which
> are with me in 'eps' format ) on a single page.
>
> Is there some way to have a table with 4 columns and 6
> rows, and each cell has one sub_fig.eps to have 24 figures
> on a page of A4 size.

\usepackage{graphicx}
:
:

\begin{figure}[!h]
{ \centering \begin{tabular}{|c|c|c|c|}
\hline
\includegraphics[width=0.15\columnwidth]{pic11.eps}&
\includegraphics[width=0.15\columnwidth]{pic12.eps}&
\includegraphics[width=0.15\columnwidth]{pic13.eps}&
\includegraphics[width=0.15\columnwidth]{pic14.eps}\\

text for pic11 & text for pic 12 & text for pic 13 & pic 14 text \\
\hline

% so on
\end{tabular} \par }
\caption{big figures}
\end{figure}


-- sreangsu


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to