I have the following code which I am trying to use to show the image of the lo shu magic square being translated into its numeric magic square equivalent:
\begin{figure}[htbp]
\centering
\includegraphics[width=150pt]{loshu.png}
$\longrightarrow$
\begin{tabular}{|c|c|c|}
\hline
4 & 9 & 2\\
\hline
3 & 5 & 7\\
\hline
8 & 1 & 6\\
\hline
\end{tabular}
\caption{The lo-shu magic square}
\label{fig:loshu}
\end{figure}
However, when I typeset this, the arrow is at the bottom along with the table. I'd like for the arrow and table to be aligned in the center of the figure so the transformation looks natural. Any ideas?:
Aucun commentaire:
Enregistrer un commentaire