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!
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
-
- 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.