Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. documentclass{beamer}
  2. usepackage[english]{babel}
  3. usepackage[utf8x]{inputenc}
  4. usepackage{tikz-cd}
  5. usepackage{amsmath,amssymb,amsthm}
  6.  
  7. begin{document}
  8.  
  9. begin{equation*}
  10. begin{tikzcd}
  11. text{The following lines are not aligned} arrow{d}
  12. \
  13. begin{aligned}
  14. & Line 1\
  15. & Line 2 text{(Not aligned at the beginning!)}
  16. end{aligned}
  17. end{tikzcd}
  18. end{equation*}
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement