Graphics, Figures & Tables ⇒ Wrapped Figure at Top or Bottom of Page
-
- Posts: 1
- Joined: Mon Oct 22, 2018 3:48 pm
Wrapped Figure at Top or Bottom of Page
Maybe there is also a general alternative to wrapfigure?
Thank you all in advance!
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: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Wrapped Figure at Top or Bottom of Page

Code: Select all
\begin{wrapfigure}[12]{o}{2in}
...
\end{wrapfigure}
Code: Select all
\begin{wrapfigure}[12]{O}{2in}
...
\end{wrapfigure}
It doesn't necessarily float to the top or bottom of the page, though---just to a place where the float won't jump across pages or paragraphs. As the package author states in the documentation, the final copy of a formal document would almost always require some "manual" placement of wrapped figures.