Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. documentclass{report}
  2. usepackage{lipsum}
  3. usepackage{graphicx}
  4. begin{document}
  5. lipsum[1-4]
  6. lipsum[5][1-10]
  7.  
  8. Consider the following cases:
  9. begin{figure}[htbp]
  10. includegraphics[width=0.6textwidth]{example-image-a}
  11. end{figure}
  12.  
  13. begin{itemize}
  14. item case 1
  15. item case 2
  16. item case 3
  17. item case 4
  18. item case 5
  19. end{itemize}
  20.  
  21. lipsum[1]
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement