Hi,
When I insert a table with caption, this caption stay attacked to a table above.
How can I fill much more space between table and caption?
Thanks!
General ⇒ space between table and his caption
NEW: TikZ book now 40% off at Amazon.com for a short time.

space between table and his caption
To customise the captions use the caption package. Take a look at the following example:
Code: Select all
\documentclass{article}
\usepackage[font=small,labelfont=bf,aboveskip=10pt]{caption}
\begin{document}
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
\begin{table}[!ht]
\centering
\caption{Test table}
\label{tab:test}
\begin{tabular}{cc}
a & b \\
c & d
\end{tabular}
\end{table}
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...