{wrapfigure} is an environment defined by the`wrapfig` package that allows text to flow around floats.
1
vote
1answer
137 views
Wrapfig - why is figure placed in margins?
I've created a wrapfig environment
\newenvironment{usefulterms}{
\begin{wrapfigure}{l}[0pt]{0.05\textwidth}
\vspace{-15pt}
\includegraphics[width = 0.05\textwidth]{abc.jpg}
\vspace{-25pt}
...
11
votes
1answer
730 views
Wrapfigure-Minipage Woes: How do I correctly typeset wrapped text boxes within a \parcolumns environment modified for a two-sided document?
This is a follow-up question concerning an experimental chapter layout I'm trying to implement for a novel I'm writing.
So. My initial problem of finding a way to modify the innards of the parcolumns ...
2
votes
2answers
272 views
Caption on tables with wrapfigure
I'm simply trying to get a table on the right side of my text. I've tried many different packages like float, floatflt, and wrapfig, the latter got me the closest to what I wanted. My only issue at ...
1
vote
1answer
355 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
0answers
190 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 ...
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 ...
1
vote
0answers
362 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 ...
2
votes
1answer
1k 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 ...
3
votes
1answer
495 views
Floating TikZ picture within text in mdframed
When there is not enough space for TikZ picture at the end of a text, it will goes to the next page, and leaves an empty space after the text. Is there a standard method for putting TikZ picture in ...
2
votes
1answer
606 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}
...
6
votes
1answer
290 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 ...
4
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 ...
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}
...
0
votes
1answer
722 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
496 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
780 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
697 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 ...
2
votes
2answers
313 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 ...
0
votes
2answers
692 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 ...
4
votes
1answer
256 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
606 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:
...
3
votes
1answer
9k views
Align figure to the right (with \raggedleft) while still centering its caption with respect to the image
I am wondering if it is possible to align an image to the right margin of the page (with \raggedleft) while still having it's caption nicely centered (with \centering) under the image (centered with ...
5
votes
1answer
446 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
649 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
382 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 ...
4
votes
2answers
455 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 ...
0
votes
2answers
443 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 ...
1
vote
1answer
301 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
233 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
726 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
879 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?
4
votes
1answer
508 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
439 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
310 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 ...
2
votes
1answer
132 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 ...
3
votes
1answer
510 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 ...
14
votes
3answers
688 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 ...
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
2k 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
885 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}
...
4
votes
1answer
224 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 ...
17
votes
1answer
696 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 ...
7
votes
2answers
457 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
2answers
993 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} ...
2
votes
1answer
363 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}}%
...
5
votes
2answers
3k 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 ...
3
votes
0answers
132 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 ...
6
votes
1answer
1k views
Strange space left above wrapfig figures
I'm using wrapfig to put a small figure at the start of each paragraph. For the first paragraph of the page, this lines up neatly with the top of the text. But for subsequent paragraphs, the figure ...
