Text Formattingusing LAYOUT package

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

using LAYOUT package

Post by me_here_me »

Hi All,
Can someone please explain how the following statement set the layout of the page in my document:

\usepackage{layout}
\setlength{\floatsep}{4pt plus 2pt minus 2pt}

this \setlength is mysterious to me.

thanks in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Stefan Kottwitz
Site Admin
Posts: 10308
Joined: Mon Mar 10, 2008 9:44 pm

using LAYOUT package

Post by Stefan Kottwitz »

\floatsep determines the vertical space left between floats, that means for instance between two figure or table environments.
\setlength sets this space to a value of 4pt, allowing it to be stretched or shrinked by 2pt if necessary.

Stefan
LaTeX.org admin
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Re: using LAYOUT package

Post by me_here_me »

thanks for your information :)
Post Reply