{wrapfigure} is an environment defined by the`wrapfig` package that allows text to flow around floats.
10
votes
2answers
701 views
mdframed and wrapfig
Before starting the question, I apologize for the large pictures. I had to use some long text to demonstrate the problem.
To generate something like:
I used the following command:
...
8
votes
2answers
2k views
Wrapping text around multiple figures
I am a beginner in LaTex, but I have to to do this in a hurry:
I need to write a macro to handle 2 cases (or one macro for both).
1st case: i have 1 - 3 pictures on the right side, and the left ...
1
vote
1answer
696 views
Beamer page numbering: Figure disappears
I am trying to get my frames numbered. I'm trying it with the command
\setbeamertemplate{footline}[frame number]
But it's not really working... I have a logo on my title page, which disappears with ...
0
votes
1answer
1k views
How to wrap text around a TikZ image?
I'm trying to wrap text around a TikZ image using the wrapfigure package, but it doesn't seem to be working--the document compiles, but the image is pushed down with new text. The error I get on the ...
1
vote
1answer
565 views
Wrapfigures beneath section headings misbehave
I'm writing a chemistry thesis and my experimental basically consists of section headings (naming the compound), followed immediately by a wrapfigure (an eps of the compound structure), followed by ...
1
vote
2answers
2k views
wrapfig in beamer
The \includegraphics command can take an overlay parameter <n> in beamer. I'd like to do the same thing for \wrapfig to allow overlays of a wrapped figure. Is that possible ?
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
3answers
412 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 ...
2
votes
1answer
519 views
Initial with wrapfigure — other idea?
The following minimal example shows how I'd like to make Initials in my document.
I make it with wrapfigure, but it seems to be hard to adjust manually or measure and adjust the height and width ...
3
votes
1answer
142 views
Find a figure environment which could ragged the text into.
I tried the wragfig package and picins package, but none of them could ragged the text into the figure. Does anybody know how to achieve the result:
1
vote
1answer
290 views
Avoid figures encroaching on page numbers with LyX
I'm using LyX and have figures in floats and wraps but some of them are too high on the page when converted to PDF and overlap with page numbers. Is there a way to avoid this and respect the text ...
2
votes
3answers
702 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 ...
7
votes
1answer
765 views
Floating wrapped figure in a twocolumn page
I am creating a big composite book \documentclass[A4,twocolumn]{book}. I need wrapped floating figures (and tables) over both columns.
I know the enviroment figure*, but the full width of a page is ...
4
votes
3answers
483 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 ...
5
votes
2answers
269 views
soul's \ul{} breaks wrapfigure and textflow?
Please, I have a nice picture without that \ul{...}, but i need that.
\documentclass{article}
\usepackage{wrapfig}
\usepackage{soul}
\begin{document}
\begin{wrapfigure}[3]{l}{30mm}
\Huge 1
...
4
votes
1answer
193 views
Problem with layout after including pictures
I can't resolve the problem with including pictures. When I add a picture by using \includegraphics my text doesn't flush to the bottom (as it should) but it move up. It happens especially when I add ...
5
votes
2answers
1k views
Create layout avoiding overlapping floating wrapfigures
I'm writing companion notes for some beamer presentations. For each slide in a presentation, the document has a small picture of the slide, along with a text explaining the slide. For some slides, the ...
2
votes
1answer
259 views
Better way to make sidebars?
I am producing pages for a website using pdfTeX. My style is to use lots of bulleted lists and also lots of cutouts (sidebars such as many magazines use). I am using wrapfig.sty for the cutouts; 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 ...
2
votes
2answers
2k views
Wrapfigure not wrapping a description list
I want to write my CV in LaTeX. I would like to wrap the figure of my photo with the text that describe my personal information. I would like to wrapfigure with a description text. I'm using the ...
6
votes
1answer
715 views
Fixing wrapfig caption alignment?
I'm using wrapfig for the first time, and having a problem with its alignment of captions. As far as I can figure, what seems to happen is: if a caption is short enough that it fits it a single line ...
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 ...
6
votes
1answer
3k views
fine tuning of a wrapfigure
when no other solution seems available, fine tuning by hand may be helpful. Lately, I was trying to raise the content of a wrapfigure becasue it was eating the bottom margin. I had something like:
...
6
votes
2answers
833 views
Make figure stick out past the margin
I want to use wrapfig to insert a figure which sticks out into the margin. This does not work, it causes the figure to appear at the end of the text:
{\addtolength\textwidth{1in}
...
5
votes
1answer
816 views
Defining a custom ‘wrapfig’ environment
[ This is an updated version of http://stackoverflow.com/questions/3233031/latex-defining-a-custom-wrapfig-environment ]
The wrapfig package interacts badly with the setup and teardown done by \begin ...
22
votes
4answers
4k views
How to wrap text around a figure?
How to wrap text around a figure in LaTeX like this?
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Aenean quis mi ut elit interdum imperdiet quis non ante.
Sed imperdiet, sapien quis ...