Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{graphicx}
  3. begin{document}
  4. includegraphics[angle=180,width=10cm,height=1cm]{example-image-a}
  5. end{document}
  6.  
  7. ! Package graphics Error: Division by 0.
  8.  
  9. See the graphics package documentation for explanation.
  10. Type H <return> for immediate help.
  11. ...
  12.  
  13. l.148 ...0,width=10cm,height=1cm]{example-image-a}
  14.  
  15. ?
  16.  
  17. documentclass{article}
  18. usepackage{graphicx}
  19. begin{document}
  20. includegraphics[width=10cm,height=1cm,angle=180]{example-image-a}
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement