I have something like this:
Code: Select all
\begin{table}[t]
<cutted useless text>
\caption{Foo\protect\footnotemark }
\end{table}
\footnotetext{Bar}
Code: Select all
\begin{table}[t]
<cutted useless text>
\caption{Foo\protect\footnotemark }
\end{table}
\footnotetext{Bar}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{table}[!ht]
\caption{Foo}\label{tab:foo}
\centering
\begin{minipage}{<width>}
% table contents
\end{minipage}
\end{table}
NEW: TikZ book now 40% off at Amazon.com for a short time.