LaTeX : deux images sur une ligne

By jeanloupcastaigne

\begin{figure}[htbp] %[H]
 \begin{minipage}[b]{0.5linewidth}
   \centering
   \includegraphics[width=6cm,height=6cm]{Fig1}      
  \end{minipage}
 \hfill
 \begin{minipage}[b]{0.49linewidth}
   \centering
   \includegraphics[width=5cm,height=6cm]{Fig2}      
 \end{minipage}
  \caption{mon commentaire}
  \label{fig:ma_fig}
\end{figure}

Mots-clefs : ,

Laisser un commentaire