25 Novembre 2007 alle 13:29
#19233
::
`\documentclass{article}
\usepackage{graphicx,xcolor}
\usepackage[format=hang,font=small]{caption}
\usepackage{subfig}
\begin{document}
\begin{figure}[p]
\centering
\subfloat[][Prima coppia]{\includegraphics[width=0.44\textwidth]{Uno}\quad\includegraphics[width=0.44\textwidth]{Due}} \\
\subfloat[][Seconda coppia]{\includegraphics[width=0.44\textwidth]{Tre}\quad\includegraphics[width=0.44\textwidth]{Quattro}} \\
\subfloat[][Terza coppia]{\includegraphics[width=0.44\textwidth]{Cinque}\quad\includegraphics[width=0.44\textwidth]{Sei}}
\caption{Didascalia complessiva.}
\end{figure}
\end{document} `
Ho usato subfig al poso dell’obsoleto subfigure.
Ciao,
L.