I have the following code:
\begin{table}[ht]
\begin{tabular}{c c c}
Name & Number of crossings & Arf invariant \\
\includegraphics[scale=0.5]{../images/unknot.jpg} & 0 & 0 \\
\end{tabular}
\end{table}
which produces a table. But the picture does not get scaled. Why? And how can I make it scale the graphic? Thanks for your help.
\includegraphics{../images/unknot.jpg}\par\includegraphics[scale=0.5]{../images/unknot.jpg}are they the same size? – David Carlisle Sep 12 '12 at 11:56