Guest User

Untitled

a guest
Dec 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. documentclass[letterpaper, 12pt]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage{graphicx, wrapfig, float}
  4. usepackage{lipsum}
  5. usepackage{geometry}
  6. geometry{margin=0.8in}
  7.  
  8. begin{document}
  9.  
  10. begin{wrapfigure}{R}{0.35linewidth}
  11. centering
  12. includegraphics[width=linewidth]{genInstrs.png}
  13. caption{Hello there. Here is some text without meaning.}
  14. end{wrapfigure}
  15.  
  16. lipsum[1]
  17.  
  18. begin{figure}[!htbp]
  19. centering
  20. includegraphics[height=0.25textheight]{wolframZTrans.png}
  21. caption{Caption}
  22. end{figure}
  23.  
  24. lipsum[5]
  25.  
  26. end{document}
Add Comment
Please, Sign In to add comment