{wrapfigure} is an environment defined by the`wrapfig` package that allows text to flow around floats.
1
vote
1answer
315 views
Wrapfig and page breaks after section heading
I'm experimenting with typesetting "pull quotes" using wrapfig and noticed some strange behaviour. Under certain conditions, having a wrapfigure at the beginning of the first paragraph after a new ...
4
votes
2answers
1k views
How to eliminate excessive vertical space in wrapfigure?
Compiling the following document using xelatex results in unwanted vertical space above the wrapfigure caption. Removing either the inclusion of the polyglossia package or \centercaption usage ...
4
votes
0answers
189 views
Wrapping Margin Notes [closed]
I'm writing a small list of things and want to insert a small kind of box into the margin on right side of the list.
I'd like it to behave more or less like this:
If it fits into the margin fine.
If ...
1
vote
0answers
353 views
Unexpected text alignment in beamer with wrapfig [closed]
I'm trying to write a poster using beamerposter package.
I'm getting a strange behaviour of text alignment when using wrapfig. I attached the result and i encircled the strange behaviour. On the left ...
8
votes
1answer
1k views
Will it ever be possible to use wrapfig with an enumerate or itemize environment?
wrapfig is incompatible with the enumerate and itemize environments. Is there a typographical reason not to wrap a list around a figure or is it a technical limitation of LaTeX? If it is a technical ...
2
votes
1answer
973 views
Wrap Figure Pushes Text Around
I have code like
\begin{wrapfigure}{r}{0.5\textwidth}
\centering
\includegraphics[width=0.4\textwidth]{Data/Graphs/shot.JPG}
\caption{Testing Apparatus}
\label{apparatus}
\end{wrapfigure}
Then on ...
2
votes
1answer
519 views
Pictures is put behind text
I have an weird problem then I insert an picture like this:
\begin{wrapfigure}{R}{7cm}
\centering
\includegraphics[width=0.4\textwidth]{./pictures/DBuserTabel.png}%{./Pictures/mainscreen1.png}
...
2
votes
2answers
295 views
wrapfig and rotating place figure at end of document
With the packages wrapfig and rotating and calls to wraptable, sideways and tabular, I get a document where the table is placed at the end of the document. For instance, in a two page document defined ...
7
votes
1answer
3k views
Handling of wrapfig pictures in LaTeX
Is there an way to avoid this behavior of the pictures
This is have is wrap the picture:
\begin{wrapfigure}{r}{0.5\textwidth}
\vspace{-20pt}
\begin{center}
...
6
votes
1answer
284 views
Margin note over body text
I'm interested in putting marginal notes that seems like a post-it in the margin of a document.
No problem at all if they are simply made with \marginpar and playing with margin width and separation.
...
2
votes
2answers
2k views
How to place inline figure
I am trying to create a resume with a picture. So i want the picture to be on the right hand side while the text is written on the left. With a bit of googling, I found wrapfigure package to insert ...
3
votes
1answer
1k views
Wrapfigure beamer style
I want to add a graphic plot to my slide, but if I do it with wrapfigure, I get no error massages, but the plot simply does not appear?
Code of the TeX file, which uses beamerdefs.sty, I have also ...
0
votes
1answer
658 views
Wrapping text around figures in poster headerboxes
I am working on a poster with headerbox elements. In one of the boxes I try to have an image on the right side and have the text left of it. I tried different minipage and wrapfigure examples but the ...
3
votes
1answer
465 views
wrapfigure error
I'm using memoir (a beautiful documentclass that gets me in trouble too often)... and I'm trying to use wrapfigure.
This is what I use:
...
0
votes
1answer
733 views
Tikz's picture scaled and wrapped
I need to wrap the text around my tikz picture. But as you can see, scaling the picture give me problems about the position of the shaded axis between "pompa" and "turbina". How can i fix this ...
4
votes
1answer
677 views
Wrapping text in enumeration environment around a table
I would like to wrap the text in an enumerate environment around a table, this is my actual situation (sorry for including so much code, but I wanted to give a precise idea of the number of lines in ...
0
votes
2answers
625 views
How to put a quotation box wrapped in text?
What is the easiest way to put a box for quotation wrapped within text as we do for figure with wrapfig. Like half-sized box of text in magazines. I am trying float, but I am not sure if it is the ...
3
votes
1answer
586 views
wrapfig Positioning (Footer is overlapping figure)
I have something like the following:
Long paragraph with footnote.\footnote{footnote shtuff here}
Another long paragraph without a footnote.
\begin{wrapfigure}{r}{.5\textwidth}
% figure shtuff ...
3
votes
1answer
238 views
Math formula mixed with wrapfigure
I use a wrapfigure as below:
\begin{wrapfigure}{R}{0.5\textwidth}
\begin{center}
\includegraphics{image.png}
\end{center}
\caption{\small \sl My Diagram. \label{fig:image}}
\end{wrapfigure}
...
5
votes
1answer
573 views
Can't get this caption right (wrapfig + floatrow)
I'm trying to get a caption to span the figure width on a wrapfig environment. But for some reasons it just won't go. Here is my code and a graphical representation:
...
4
votes
2answers
418 views
Wrapfig places picture at end of document
I'm trying to use a wrap fig to place an image next to some text. But when it compiles the image gets placed at the very end of the document several pages away from where it is supposed to be.
The ...
5
votes
1answer
431 views
Wrap text around a picture except for the first line
As the following minimal sample shows, a text wrapping around a picture starts wrapping with the first line. Including the wrapfigure in the text leads to strange paragraph breaks.
%----
...
3
votes
1answer
373 views
Wrapping and aligning pspicture in the top left corner with first line text
I want to align the pspicture into the top-left corner of the page. Currently it is slightly below the header text when I want those two to be aligned up together.
The table for the Email/Website ...
0
votes
2answers
421 views
Replacement for picins, for wrapping text around some construct within multicols?
Within the multicols environment I would like to wrap text around a makebox construct. The description of picins in The LaTeX Companion, 2nd ed., makes it sound ideal, but it's no longer being ...
2
votes
1answer
125 views
Wrapfigure & Footnote, hyperlinks
I want to include a figure in my text. The text should be wrapped around this figure, thus using environment wrapfigure. In the figure's caption I need a footnote, that includes the reference to the ...
1
vote
1answer
296 views
Wrapfig pushes section text out of the page
wrapfig works perfectly with all text except the sections. It seems to push the section text out of the page to the left. The only section text that is still showing is the one the wrapfig command is ...
3
votes
1answer
226 views
Text on the left, picture on the right and other text follows
I use the following code to produce a picture on the right of the text
\documentclass[12pt,landscape]{article}
\usepackage[demo]{graphicx}
\usepackage{lipsum}
\usepackage{wrapfig}
\begin{document}
...
1
vote
1answer
697 views
Line break in caption of wrapfigure
I use the wrapfigure package for placing images in my text at the right side.
Now my problem is, that my image is really small and my caption is larger then the image.
Instead of a line break at the ...
3
votes
2answers
815 views
wrapfigure cuts off images at the end of the page
I used the code from here to get text to wrap around images, but whenever I have a long image near the end of the page, it runs off the page and gets cut off. How do I fix this?
3
votes
1answer
477 views
Wrapfigure apparently creating dummy space on a following page
The example below is a newsletter with two news items.
The first item has a wrapfigure to include a graphic. The second does not
But the resulting PDF (made with PDFLaTeX) has a blank area close to ...
1
vote
1answer
435 views
Handling images with wrapfig - text around the image is not behaving, there must be a conflict somewhere
I am trying to control text after inserting an image. The text is being indented like around the image long even after the image ends on the page. It's like the \end{wrapfigure} statement does not ...
7
votes
2answers
296 views
Wrap around a logo at bottom right of page
I have a square logo placed on the bottom right of every page (placed using absolute positioning and tikz) and it's fairly big. I want it so that text flows / wraps around the logo - is it possible to ...
14
votes
3answers
614 views
How to wrap text around a figure? (revised)
This question has been asked before (and in fact I stole the diagram below from that question) but the answers are not sufficient for my needs (at least near as I can tell).
What I want is the ...
3
votes
1answer
483 views
“Center” table offset, to account for floating figure?
I'm composing a document in which I use the wrapfig environment to let me wrap text around a floating figure. I've placed this figure (of width 0.3\textwidth) on the right of a page, and I'd like to ...
2
votes
1answer
1k views
How do I float/wrap text around a table
I've been trying to use the wrapfigure and wraptable from the wrapfig package, but to no avail.
This works for text.
\begin{wrapfigure}{l}{40mm}
\begin{center}
Some random ...
4
votes
2answers
1k views
Wrap a wrapfigure and text by a border?
Is it possible to wrap a wrappicture with some text nearby by a frame?
4
votes
1answer
1k views
Wrap text around pseudocode
I use algorithm/algorithmic packages to write some pseudocode. The width of the box spans across the entire page and I was wondering if there is any way to constrain it (since the actual code doesn't ...
4
votes
0answers
839 views
Wrapfig alignment argument is not being obeyed [closed]
So I've been working on a how-to guide and most of the images seem to be aligning correctly withing the \wrapfigure{} sections, until I reach this section:
\documentclass{article}
...
17
votes
1answer
658 views
Spacing around image
Knuth is on record that he incorporated approximately 100 typographical rules in TeX. I am struggling to discover the balance. Consider the figure below,
What should be the amount of space around ...
4
votes
1answer
213 views
Horizontally centered figures in twoside margin of book using wrapfig
I would like to put figures in the outer margins of a book. I am using wrapfig to do so, but the figures are aligned differently on even and odd numbered pages. On odd pages, they align based on the ...
2
votes
2answers
938 views
float left figure in titlepage
I try add a figure in the titlepage
\begin{titlepage}
\begin{center}
\begin{figure}[h]
\includegraphics[scale=0.15]{images/logo.jpg}
\end{figure} ...
7
votes
2answers
443 views
Apply \intextsep at top of page
In trying to provide an answer to this question: Two column trouble - positioning of figures and text, I realized that I need to shift the wrapfigure up to account for the extra spacing that the ...
2
votes
1answer
352 views
Picture & box overlap
In my code, I have:
\newcommand{\headwarning}[1]%
{\needspace{4\baselineskip}\colorbox{darkboxcolor}{\parbox{\linewidth}{\color{lighttextcolor}\textbf{#1}}}\nopagebreak[0]\vspace{0mm}}%
...
4
votes
2answers
2k views
White space under wrapfigure caption
Wrapfigure environment has excessive whitespace BELOW the caption. Inserting negative vspace just shifts the position of the caption relative to the image, actually increasing the 2+ lines of ...
4
votes
3answers
411 views
Parbox as an initial
Similar to my last question Initial with wrapfigure -- other idea? I would like to create a wrapped environment in which I can take a \parbox or minipage environment.
The following code shows the ...
13
votes
2answers
3k views
Caption of figure in marginpar and caption of wrapfigure in margin
I'm writing my master thesis and have run into trouble with the layout of captions in relation to the margins. I have two main questions:
How can I make the caption text of an figure placed in a ...
10
votes
2answers
2k views
Absolute positioning of wrapfig
In Microsoft Word, it is common to create a floating text box, separate from the normal body text, that can be placed anywhere on the page. The body text will then wrap around this text box so ...
3
votes
0answers
131 views
Text-wrapping around image at top of page [duplicate]
Possible Duplicate:
Absolute positioning of wrapfig
I want to insert an image in a LaTeX document so that it is always positioned at the top of the page and the text flows around it.
I'm ...
2
votes
3answers
695 views
How to wrap around a figure in a theorem-like environment?
I want to illustrate my examples, which are set in a theorem-like environment. Is it possible to wrap the text and equations around the figures? I have read about several packages but I can't get them ...
4
votes
3answers
474 views
Wrapped figure diverges from text level after sections
I have a big problem. I want to print an book with reportages. Every reportage has a headline (created by the section command), a teaser and an article. The teaser should be
wrapped text and should ...