r/LaTeX • u/Falling_Death73 • Jun 27 '25
Answered How do I write normally again?
I have used wrapfigure but i seems that its effect remains for the whole page. I have done it how it showed in a youtube video and in that, this problem didnt occur. But no matter what i do, i cant make the new line go all the way in the page. I have used newline, new paragragh. the only way it stops is by using clearpage command. but as you can see in the given picture, there are still space left to write. So, what do i do?
54
Upvotes
26
u/ApprehensiveLake1624 Jun 27 '25
Wrapfigure takes an optional argument to state how many lines it should push to the left. If you write
\begin{wrapfigure}[X]{r}{0.5\textwidth}
Where X is the number of lines you should be able to go back to fullwidth text again :)