I'm trying to make a table 2x2 like this:
Code: Select all
\begin{tabular}{cc}
\insertMiniGraphic{graph1.jpg} & \insertMiniGraphic{graph2.jpg} \\
\insertMiniGraphic{graph1.jpg} &
\begin{itemize}
\item Final Acceleration 0.0 $m/s^2$
\item Final Velocity 0.0 $m/s$
\item Final Position 102 $m$
\end{itemize}
\end{tabular}
The images works properly, but the itemize doesn't work at all.
Do you know why, it works ok outside the tabular enviroment but inside a cell it's not functional.
Thanks