\subfloat
command. But, I cannot work out why this particular figure compiles to produce alternately placed figures (Please, see attached PNG file). The figure was built using the syntax below:Code: Select all
\begin{figure}[htb]
\centering
\setlength{\fboxrule}{0.5pt}
\setlength{\fboxsep}{0.05cm}
\subfloat[]{\fbox{\includegraphics[trim=39 11 22 6, clip=true, scale=0.5]{}}\label{}} \quad
\subfloat[]{\fbox{\includegraphics[trim=3 128 33 135, clip=true, angle=-90, scale=0.35]{}}\label{}}
\caption[]{}\label{}
\end{figure}
Many thanks for your help.
Esuene