Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [
  2. left{ begin{gathered}text{text 1}\
  3. text{text 2}\
  4. A=B
  5. end{gathered}
  6. right} rightleftarrowsleft{ begin{gathered}text{some text here}\
  7. text{and here}
  8. end{gathered}
  9. right} ,
  10. ]
  11.  
  12. [
  13. xymatrix{left{ text{text}right} ar@/^{1pc}/[r] & ar@/^{1pc}/[l]left{ text{more text}right} }
  14. ]
  15.  
  16. documentclass{article}
  17. usepackage{amsmath}
  18. usepackage[all,cmtip]{xy}
  19.  
  20. begin{document}
  21.  
  22. [
  23. xymatrix{
  24. {begin{Bmatrix}text{text a}\text{text b}end{Bmatrix}}
  25. ar@/^{1pc}/[r] &
  26. {begin{Bmatrix}text{text a}\text{text b}\text{text c}end{Bmatrix}}
  27. ar@/^{1pc}/[l]
  28. }
  29. ]
  30.  
  31. end{document}
  32.  
  33. documentclass[a4paper,12pt]{article}
  34. usepackage{mathtools}
  35. usepackage[all]{xy}
  36. begin{document}
  37.  
  38. xymatrix@C=3pc{{left{begin{aligned}
  39. text{text a}\
  40. text{text b}
  41. end{aligned}right}
  42. } ar@/^{1.5pc}/[r] & ar@/^{1.5pc}/[l]{left{begin{aligned}
  43. text{text a}\
  44. text{text b}\
  45. text{text c}\
  46. end{aligned}right}
  47. }}
  48. end{document}
  49.  
  50. documentclass[a4paper,12pt]{article}
  51. usepackage{tikz-cd}
  52. usepackage{amsmath}
  53. begin{document}
  54. begin{tikzcd}
  55. left{begin{array}{lr} text{text a} \ text{text b} \ end{array}right} arrow[r, bend left=15] & left{begin{array}{lr} text{text a} \ text{text b} \ text{text c} \ end{array}right} arrow[l, bend left=15]
  56. end{tikzcd}
  57. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement