Guest User

Untitled

a guest
Feb 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{amsmath}
  3. begin{document}
  4.  
  5. % NO ALIGNMENT
  6. $begin{gathered}
  7. |x|=
  8. begin{cases}
  9. amedspace{}text{if dots}\
  10. -amedspace{}text{if dots}
  11. end{cases}
  12. end{gathered}$
  13.  
  14. % IMPROPER ALIGNMENT
  15. $begin{gathered}
  16. |x|=
  17. begin{cases}
  18. &amedspace{}text{if dots}\
  19. -&amedspace{}text{if dots}
  20. end{cases}
  21. end{gathered}$
  22.  
  23. end{document}
Add Comment
Please, Sign In to add comment