Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. begin{equation}
  2. A=
  3. begin{cases}
  4. 1, & text{if} x=1, x=2 \
  5. 2, & text{else}
  6. end{cases}
  7. end{equation}
  8.  
  9. begin{equation}
  10. A=
  11. begin{cases}
  12. 1, & x=1 \
  13. & x=2 \
  14. 2, & text{else}
  15. end{cases}
  16. end{equation}
  17.  
  18. documentclass{article}
  19. usepackage{amsmath}
  20. begin{document}
  21. begin{equation}
  22. A=
  23. begin{cases}
  24. 1, & text{if $x=1$}\
  25. & text{phantom{if }$x=2$}\
  26. 2, & text{else}
  27. end{cases}
  28. end{equation}
  29. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement