Wrapping multiple figures with text in latex

  • Context: LaTeX 
  • Thread starter Thread starter Sourabh N
  • Start date Start date
  • Tags Tags
    Latex Multiple Text
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 15K views
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.