Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass{beamer}
  2. usepackage{amsmath}
  3. usepackage{tikz-cd}
  4.  
  5. begin{document}
  6. begin{frame}[fragile, t]{My slides}
  7. only<1>{
  8. begin{equation*}
  9. begin{tikzcd}
  10. a
  11. end{tikzcd}
  12. end{equation*}}
  13. only<2>{
  14. begin{equation*}
  15. begin{tikzcd}
  16. a arrow{r} & b
  17. end{tikzcd}
  18. end{equation*}}
  19. end{frame}
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement