Tagged Questions
1
vote
1answer
57 views
How to split the page with images on the right and information to the left
I would like to do the following but more correctly:
I would like to have to have the images on the right and information on the left. I tried using wrapfigure package to do it but I don't think ...
3
votes
2answers
78 views
Too much space around wrap figure
I am using the wrapfig package to have my text around the figure but there is too much space around it as you can see below.
Here is the code that I am using, I looked at the wikibook on LaTeX for ...
2
votes
1answer
84 views
Typesetting errors with two wrapfigures on one page?
I have a document with the book documentclass, and I'm trying to include two wrapfigures on the same page, one on each side (ideally in adjacent paragraphs, but at this point I'm just trying to get ...
2
votes
1answer
105 views
Adjusting left/right margins of a wrapfig
Is there a (simple) way to adjust the white space to the left or right of a wrapfigure? I'd like to reduce the whitespace on the left side of a right-floated figure.
Adding \hspace moves the figure ...
1
vote
1answer
263 views
Adding figure in framed or shaded environment
I am currently using the shaded environment from the framed package for large calculation digressions in my papers.
\usepackage{framed}
\newenvironment{digression}[1]{\begin{shaded} ...
2
votes
1answer
90 views
Insert a photo inline with some text and math environment (align)
I'm trying to get sth like:
I've been having problem with the picture-inline-with-text part. A little help please. The wrapfigure package (which is known to be better) doesn't work. Nothing is ...
7
votes
1answer
514 views
wrapfigure problem: text over figure
I am a relatively new LaTeX user, so bear with me. I am using wrapfigure to present figures in a grant application (read: space is at a premium). All of a sudden, one of my figures is being ...
2
votes
2answers
248 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 ...
3
votes
1answer
477 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 ...
0
votes
1answer
665 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 ...
4
votes
1answer
680 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
633 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
8k 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 ...
1
vote
1answer
297 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
488 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 ...
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 ...
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 ...
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 ...
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 ...