Graphics, Figures & Tables ⇒ Stop filling in text from below.
-
- Posts: 17
- Joined: Sat Mar 21, 2015 8:59 pm
Stop filling in text from below.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Stop filling in text from below.
That's also the reason why images (and tables) get a number and a caption.
- You say "See figure 3" because figure 3 is not directly following, but at the next page or so.
- You got a caption so you see what the image (or table) means as the surrounding text is not directly related.
And then the thing with white space at the end of pages.In the following figure 1 you can see a duck:
(drawing)
Figure1: A duck
If you don't want this feature, simply don't use a
figure
environment and no caption, just \includegraphics
and tabular
.Stefan
Re: Stop filling in text from below.
jlinkels