Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. begin{document}
  4.  
  5. begin{frame}
  6. begin{columns}
  7. begin{column}{.45textwidth}
  8. includegraphics[width=textwidth]{example-image-a}
  9.  
  10. includegraphics[width=textwidth]{example-image-b}
  11. end{column}
  12. begin{column}{.45textwidth}
  13. text
  14. end{column}
  15. end{columns}
  16. end{frame}
  17.  
  18. end{document}
Add Comment
Please, Sign In to add comment