I'm using TeXmaker 3.5.2 and I'm trying to write my Master Thesis with it. I have my first need of help.
I would like to display two different figures on the same line and I did it with these command:
Code: Select all
\begin{figure}[h]
\begin{center}$
\begin{array}{cc}
\includegraphics[width=50mm]{pics/figure1.jpg}&
\includegraphics[width=50mm]{pics/figure2.jpg}
\end{array}$
\end{center}
\caption{Figure caption}
\label{pics:blablabla}
\end{figure}
Is there another solution? Or how can I download and install that package?
Thanks,
Fabrizio