Guest User

Untitled

a guest
Feb 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2.  
  3. usepackage{ifmtarg}
  4. usepackage{nicematrix}
  5.  
  6. makeatletter
  7. defbackify#1|#2@nil{%
  8. @ifmtarg{#2}{%
  9. #1%
  10. }{%
  11. #1 \ backify#2@nil%
  12. }%
  13. }
  14.  
  15. newcommandvcoord[2]{%
  16. begin{pmatrix}
  17. backify#1|@nil %
  18. end{pmatrix}%
  19. }
  20.  
  21. begin{document}
  22.  
  23. $vcoord{3 | -4 | 0}$ but the formula is not closed..
  24.  
  25. end{document}
Add Comment
Please, Sign In to add comment