Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. documentclass[12pt,a4paper,twoside,openright]{scrbook}
  2.  
  3. usepackage{wrapfig}
  4. usepackage{graphicx}
  5. usepackage{caption}
  6. usepackage[english]{babel}
  7. usepackage{blindtext}
  8.  
  9. begin{document}
  10. chapter{First Chapter}
  11. section{First Section}
  12. begin{wrapfigure}[14]{o}{0.4linewidth}
  13. begin{center}
  14. includegraphics[width=0.75linewidth]{picture}
  15. end{center}
  16. vspace*{-1em}
  17. captionsetup{width=0.75linewidth}
  18. caption[short]{long.}
  19. end{wrapfigure}
  20.  
  21. blindtext[5]
  22.  
  23.  
  24. section{Second Section}
  25. begin{wrapfigure}[14]{o}{0.4linewidth}
  26. begin{center}
  27. includegraphics[width=0.75linewidth]{picture}
  28. end{center}
  29. vspace*{-1em}
  30. captionsetup{width=0.75linewidth}
  31. caption[short]{long.}
  32. end{wrapfigure}
  33.  
  34. blindtext
  35.  
  36. section{Third Section}
  37. begin{wrapfigure}[14]{o}{0.4linewidth}
  38. begin{center}
  39. includegraphics[width=0.75linewidth]{picture}
  40. end{center}
  41. vspace*{-1em}
  42. captionsetup{width=0.75linewidth}
  43. caption[short]{long.}
  44. end{wrapfigure}
  45.  
  46. blindtext
  47.  
  48. end{document}
Add Comment
Please, Sign In to add comment