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
Text Formatting ⇒ using LAYOUT package
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
using LAYOUT package
\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
\setlength sets this space to a value of 4pt, allowing it to be stretched or shrinked by 2pt if necessary.
Stefan
LaTeX.org admin
-
- Posts: 46
- Joined: Mon Feb 05, 2007 5:19 pm
Re: using LAYOUT package
thanks for your information 
