Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.26 KB | None | 0 0
  1. \documentclass{a0poster}
  2.  
  3. \usepackage{graphicx,lipsum}
  4.  
  5. \begin{document}
  6.  
  7. \sloppy% Just for this example
  8. \lipsum[1-4]
  9.  
  10. \begin{figure}[h!]
  11.  \includegraphics[width=\linewidth,height=4\baselineskip]{example-image}
  12. \end{figure}
  13.  
  14. \lipsum[5-10]
  15.  
  16. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement