Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{listings}
  4. usepackage{wrapfig}
  5.  
  6. lstset{breaklines=true}
  7.  
  8. begin{document}
  9.  
  10. begin{wrapfigure}{r}{0.5linewidth}
  11. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  12. end{wrapfigure}
  13.  
  14. Etiam ac quam dui. lstinline{test}
  15.  
  16. end{document}
  17.  
  18. Package wrapfig Warning: wrapfigure used inside a conflicting environment on input line 14.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement