[Tugindia] Figures in three columns

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Fri Jun 27 15:26:33 CEST 2003


thoudam singh schrieb:
> 
> How can I put figures in three columns of a page?
> I tried minipage but couldnot.

replace rose with the name of your figure

Herbert

\documentclass{article}
\usepackage{subfigure}
\usepackage{graphicx}
\begin{document}

\begin{figure}
\centering
\subfigure[blah]{\includegraphics[width=0.3\textwidth]{rose}}
\hfill
\subfigure[blahblah]{\includegraphics[width=0.3\textwidth]{rose}}
\hfill
\subfigure[blub]{\includegraphics[width=0.3\textwidth]{rose}}
\caption{blubber}
\end{figure}

\end{document}



More information about the tugindia mailing list