Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 319347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:39:11+00:00 2026-05-12T08:39:11+00:00

I have a LaTeX document with an image in it. There is a section,

  • 0

I have a LaTeX document with an image in it. There is a section, four subsections, the latter 3 having just some text, and the first having a description environment with some stuff.

I want to have an image on the top right and have everything text wrap nicely around it.

The wrapfig package takes an entire column away (so text below the images gets wrapped to a fixed width even without the image there) and pushes the description environment past the left margin, and the floatflt package puts the image exactly where I want it, but no text gets wrapped.

I have the floatflt/wrapfig environment above the initial section (I get the best image placement this way) but moving it to various other places doesn’t work either.

Are their any other ways to wrap the text around the image?

Some examples of fail can be seen here: http://drop.io/a3dbxte

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:39:11+00:00Added an answer on May 12, 2026 at 8:39 am

    wrapfig is the best i’ve found, however, you need to put the wrapfig code above the paragraph you want it to wrap into:

    \usepackage{wrapfig}
    
    \begin{wrapfigure} \includegraphics... \end{wrapfigure}
    This is the paragraph of text you want the figure to "wrap" into... etc etc.
    

    If you put the wrapfig code under the paragraph you want to wrap into, it will obviously wrap into the next paragraph, producing an undesirable result.

    you also mention a ‘column’ which makes me think you are using a multi-column layout, which probably isn’t going to work that well with wrapfig.

    When asking a specific question about latex, you should include a minimal working example, that is, enough of your preamble and body code/text so that people can recreate your problem.

    EDIT: Ah. i see what you mean. wrapfig can take an optional line height argument:

    \begin{wrapfigure}[line-height]{r}{width} 
    

    where line-height is a positive integer.

    your solution would probably look like this:

    \begin{wrapfigure}[10]{r}{2.5in}
    \centering
    \includegraphics[width=2in]{governator.jpg}
    \end{wrapfigure}
    

    EDIT #2: wrapfig/floatflt + enumerate, itemize = not working. the packages are incompatible with one another. For a “wrapfigure” effect with an environment, i.e., enumerate, itemize, etc etc., You should put the environment in a minipage and the graphic in in a minipage, then set the two minipages next to each other. something to the effect of (i put them in a tabular environment as well):

    \begin{tabular}{l l}
    \begin{minipage}{0.5\textwidth}
    \begin{enumerate}
    \item
    \end{enumerate}
    \end{minipage}
    &
    \begin{minipage}{0.5\textwidth}
    \includegraphics...
    \end{minipage}
    \end{tabular}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.