Guest User

Untitled

a guest
Jan 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. begin{align}
  2. foo &=mydiagram{text{width width}} & bar &= mydiagram{text{width width width}}
  3. \[jot]
  4. foo &=mydiagram{text{width width width}} & bar &= mydiagram{text{width}}
  5. end{align}
  6.  
  7. defmydiagram#1{%
  8. begin{CD}
  9. S^{{mathcal{W}}_Lambda}otimes T
  10. @>j>>
  11. T\
  12. @V{#1}VV
  13. @VV{End P}V\
  14. (Sotimes T)/I
  15. @=
  16. (Zotimes T)/J
  17. end{CD}%
  18. }
  19.  
  20. documentclass[a4paper,11pt]{article}
  21.  
  22. usepackage{amsmath}
  23. usepackage{amscd}
  24.  
  25. DeclareMathOperator{End}{End}
  26.  
  27. defmydiagram#1{%
  28. begin{CD}
  29. S^{{mathcal{W}}_Lambda}otimes T
  30. @>j>>
  31. T\
  32. @V{#1}VV
  33. @VV{End P}V\
  34. (Sotimes T)/I
  35. @=
  36. (Zotimes T)/J
  37. end{CD}%
  38. }
  39.  
  40. begin{document}
  41.  
  42. begin{align*}
  43. foo &=mydiagram{text{width width}} & bar &= mydiagram{text{width width width}}
  44. \[jot]
  45. foo &=mydiagram{text{width width width}} & bar &= mydiagram{text{width}}
  46. end{align*}
  47.  
  48. end{document}
Add Comment
Please, Sign In to add comment