Generaltop float too high in two column mode

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
scmal
Posts: 5
Joined: Mon Aug 18, 2008 3:50 pm

top float too high in two column mode

Post by scmal »

In two column mode it seems that the top of a float at the top of a column is about 4pt higher than the text in the other column.
Here is a minwrk example:

\documentclass[twocolumn]{article}
\setlength\abovecaptionskip{0pt}
\begin{document}
Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah \newpage
\begin{table}\caption{}\end{table}
Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah
\end{document}

(same for figures, although only noticeable if it is a picture). Is there an equivalent of \@fptop or \@dblfptop for non-float pages that can be used to set the separation?

Many thanks in advance,
Mike

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply