LaTeX Wrapping multiple figures with text in latex

AI Thread Summary
The discussion centers on the challenge of wrapping multiple images with text in LaTeX. One user initially interprets the question as involving mathematical figures under a square root symbol, providing examples of LaTeX syntax. However, the main concern is about wrapping pictures or images, not mathematical figures. A user mentions attempting to use the wrapfig package, which is designed for this purpose but only successfully wraps one figure at a time. When a second image is added, it becomes a float and moves to the last page, indicating limitations in the package's functionality for multiple figures. The conversation highlights the need for effective solutions for wrapping multiple images in LaTeX documents.
Sourabh N
Messages
634
Reaction score
0
How to wrap more than one figures with text in latex?
 
Physics news on Phys.org
Do you mean wrapping multiple figures underneath a square root symbol, for example?

Use {} brackets.

Code:
\sqrt{90 + 10}
x^{\frac{10}{5}}

(I'm not sure about the last one but yeahh ... Have a play around and report back if it works or not =] ... I'm not aware of latex working in the PF forums?)


Regards,
Kwah =]
 
The second one works but by figures I meant pictures (or images). I tried a package wrapfig which is made for this work only, but it works properly for one figure only; as soon as I put the second picture, the second picture becomes a float and runs away to last page.
 

Similar threads

Replies
3
Views
3K
Replies
3
Views
3K
Replies
4
Views
2K
Replies
12
Views
3K
Replies
9
Views
2K
Replies
1
Views
1K
Replies
8
Views
3K
Back
Top