Re: [risolto] subfloat su due righe: troppo spazio bianco

#24521
Up
0
Down
::


fatto grazie

codice finale

`
\begin{figure}[htp]
\framebox[\textwidth]{%
\parbox[c]{\textwidth}{%
\centering
\subfloat[TESTO][TESTO]{\fbox{\includegraphics[width = 0.4 \textwidth]{figure/img1.jpg}} \label{subfig:sf1} }
\qquad \qquad
\subfloat[TESTO][TESTO]{\fbox{\includegraphics[width = 0.4 \textwidth]{figure/img2.jpg}} \label{subfig:sf2}} \label{subfig:dnaloop}
\\
\subfloat[TESTO][TESTO]{\fbox{\includegraphics[width = 0.4 \textwidth]{figure/img3.jpg}} \label{subfig:sf3}}
\qquad \qquad
\subfloat[TESTO][TESTO]{\fbox{\includegraphics[width = 0.4 \textwidth]{figure/img4.jpg}} \label{subfig:sf4}} }}
\caption{TESTO.}
\label{fig:lab}
\end{figure}
`

Grazie dell’aiuto

Go to top