I am new on the forum and here is my first post.
I am using the subfig package to display two pictures one aside the other with the following code:
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure}[H]
\begin{center}
\subfloat[FIGURE 1.]{\includegraphics{FIG1.jpg}}
\subfloat[FIGURE2]{\includegraphics{FIG2.jpg}}
\end{center}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
If you have any idea...
Thank you in advance!
L1011