[texhax] Help for pictures within table

Robin Fairbairns Robin.Fairbairns at cl.cam.ac.uk
Tue Feb 24 17:16:06 CET 2004


> I want to creat a table in which one column will have small figures
> (ps files, like thumb nails). Is there any way to do it in LaTeX?  I
> could not declare the figure environment inside table. Is there some
> package that deal with this situation?

\includegraphics does not need a figure round it.

so

\usepackage{graphicx}
...
\begin{document}
...
\begin{tabular}{...}
\includegraphics[width=...]{thumb} & ...\\
\includegraphics[width=...]{forefinger} & ...\\
...
\end{tabular}


More information about the texhax mailing list