Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. %Graphics
  2. usepackage{graphicx}
  3. usepackage{float} %placement
  4. usepackage[font=small]{caption}
  5. usepackage{wrapfig} %insert inside text
  6.  
  7. begin{figure}[H]
  8. centering
  9. includegraphics[width= 0.8textwidth]{./img/PictureName}
  10. caption{simple Picture placing}
  11. label{fig:Picture1}
  12. end{figure}
  13.  
  14. begin{wrapfigure}{l}{0.4textwidth}
  15. centering
  16. includegraphics[width=0.4textwidth]{./img/Picture2}
  17. caption{picture with text on the right side}
  18. end{wrapfigure}
Add Comment
Please, Sign In to add comment