i have several blocks like this:
Code: Select all
\begin{figure}[h!]
\includegraphics[width=0.3\textwidth]{images/Logo}
\caption{Logo}
\end{figure}
i tried:
Code: Select all
\begin{tabular}{c}
\begin{figure}[h!]
\includegraphics[width=0.3\textwidth]{images/GSMLogo}
\caption{GSM Logo}
\end{figure} \\
\end{tabular}
Code: Select all
! LaTeX Error: Not in outer par mode.
...
l.8 \begin{figure}[h!]
thanks in advance for the help.