I am writing an article in two columns:
\documentclass[a4paper,11pt,twocolumn]{jarticle}
And at one point I include a table spanning 2 columns.
text before table
\begin{center}
\begin{table*}[ht]
...
\end{table*}
\end{center}
text after table
The table is placed at the top of the following page. This is fine.
What troubles me, that there are approximately 3 white lines between
text before table and text after table
Please, how can I remove this white space?
table*environment in a\begin{center} ... \end{center}construct. Instead, insert the command\centeringimmediately after the\begin{table*}instruction. – Mico Nov 16 '12 at 05:52