Hi,
I need to place a specific vertical space after a figure in my text. Because after the figure a new section starts. But although i put vspace before the section title, it doesn't work. I have to increase the space for our university's thesis format. How will I do that for only at that part of the text?
Best,
A.
Graphics, Figures & Tables ⇒ Space after figures
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Space after figures
Please post a minimal working example as stated in the board rules.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter
-
- Posts: 87
- Joined: Tue Sep 14, 2010 6:58 pm
Re: Space after figures
You could simply put in a blank line of text after that specific figure. You could use the command \mbox{} right after that specific figure, for example.