Search found 1 match

by sputnik_b
Mon Jan 11, 2010 10:57 pm
Forum: Graphics, Figures & Tables
Topic: Figure & table side-by-side in minipage -- caption wrong
Replies: 1
Views: 20128

Figure & table side-by-side in minipage -- caption wrong

Hi,

I'm using the minipage environment to place a figure and table side-by-side, similar to this:

\begin{figure}[t]
\begin{minipage}{0.5\textwidth}
\includegraphics % figure here
\caption{Figure caption}
\end{minipage}
\begin{minipage}{0.5\textwidth}
\begin{tabular}
% table data here
\end ...