Graphics, Figures & Tables ⇒ adjust the space between float/text
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
adjust the space between float/text
There are some space between float objects(figures) and the text body. The default space is not satisfiable. How can I adjust the space? Thank you.
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
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
adjust the space between float/text
There are two lengths, \textfloatsep and \intextsep. \textfloatsep set the spacing between text and a float at the top or bottom of a page and \intextsep sets the spacing for a float in the middle of a page. Use the syntax \setlength{(name of length)}{length (in mm, cm, pt etc.). eg:
Code: Select all
\setlength{\textfloatsep}{50pt}
hope that helps
moose!
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am