Advertisement
Guest User

Untitled

a guest
Mar 11th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.61 KB | None | 0 0
  1. \documentclass{beamer}
  2.  
  3. \setbeamercolor{mycol}{bg=gray}
  4.  
  5. \begin{document}
  6.  
  7. \begin{frame}
  8. \begin{beamercolorbox}[center]{mycol}
  9. \begin{columns}[totalwidth=.9\linewidth]
  10. \begin{column}{.8\linewidth}
  11. some text that is long and spans multiple lines still not long enough maybe now let's see argggh no I need at least three lines so keep rambling a bit longer until three lines are reached just to notice that 4 lines are better or even 5
  12. \end{column}
  13. \begin{column}{.15\linewidth}
  14. \includegraphics[width=\textwidth]{example-image}
  15. \end{column}
  16. \end{columns}
  17. \end{beamercolorbox}
  18. \end{frame}
  19.  
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement