- #1
- 217
- 0
Can anyone tell me how i can wrap text around my figure in latex? Im trying to use the \usepackage{wrapfig} but it objects when i put this in. any idea why? any other suggestions?
thanks
thanks
How does "it" "object"? It's a good idea whenever you are talking about problems with a computer program or computer language to be specific about those problems.Can anyone tell me how i can wrap text around my figure in latex? Im trying to use the \usepackage{wrapfig} but it objects when i put this in. any idea why? any other suggestions?
thanks
I just checked my MikTeX installation on Windows, and the only place the that contains the string "GUI fram" is the MikTeX program itself.There are no errors apart from:
"GUI framwork cannot be initalised"
\documentclass{article}
\usepackage{wrapfig}
\begin{document}
blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah
\begin{wrapfigure}{l}{0pt}
\begin{minipage}{100pt}
this is the text that is wrapped around
this is the text that is wrapped around
\end{minipage}
\end{wrapfigure}
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
paragraph paragraph paragraph paragraph paragraph
\end{document}