Text Formatting ⇒ using LAYOUT package
-
- Posts: 46
- Joined: Mon Feb 05, 2007 5:19 pm
using LAYOUT package
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
using LAYOUT package
\setlength sets this space to a value of 4pt, allowing it to be stretched or shrinked by 2pt if necessary.
Stefan
-
- Posts: 46
- Joined: Mon Feb 05, 2007 5:19 pm
Re: using LAYOUT package
