Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. begin{document}
  2. begin{frame}frametitle{My title}
  3. begin{columns}[t]
  4. begin{column}{0.33textwidth}
  5. end{column}
  6. begin{column}{0.33textwidth}
  7. end{column}
  8. begin{column}{0.33textwidth}
  9. end{column}
  10. col(2){1st text in column 2}
  11. col(1){1st text in column 1}
  12. col(2){2nd text in column 2}
  13. col(3){1st text in column 3}
  14. col(2){3rd text in column 2}
  15. col(3){2nd text in column 3}
  16. col(1){2nd text in column 1}
  17. end{columns}
  18. end{frame}
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement