Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz-cd}
  3. begin{document}
  4. [
  5. begin{tikzcd}
  6. X ar[r] & A &\
  7. & Ctimes Dtimes F &\
  8. & &\
  9. & &\
  10. & &\
  11. & & B ar[luuuuu, bend left, in=190, out=10]
  12. end{tikzcd}
  13. ]
  14.  
  15. [
  16. begin{tikzcd}
  17. X ar[r] & A &\
  18. & Ctimes Dtimes F ar[u, bend left, in=240, out=0] &\
  19. & &\
  20. & &\
  21. & &\
  22. & & B ar[-,luuuu, bend left, in=190, out=10]
  23. end{tikzcd}
  24. ]
  25. end{document}
  26.  
  27. documentclass{article}
  28. usepackage{tikz-cd}
  29. begin{document}
  30. [
  31. begin{tikzcd}
  32. X ar[r] & A &\
  33. & Ctimes Dtimes F &\
  34. & &\
  35. & &\
  36. & &\
  37. & & B ar[luuuuu, bend left, in=190, out=10, dash pattern=on 80pt off 15pt]
  38. end{tikzcd}
  39. ]
  40. end{document}
  41.  
  42. documentclass{article}
  43. usepackage{tikz-cd}
  44. begin{document}
  45. [
  46. begin{tikzcd}[execute at end picture={
  47. clip (C.north east) rectangle (C.south west)
  48. (current bounding box.south west) -| (current bounding box.north east)
  49. -| cycle;
  50. draw[->] (B) to[out=110,in=-90] (A);
  51. }]
  52. X ar[r] & |[alias=A]|A &\
  53. & |[alias=C]| Ctimes Dtimes F &\
  54. & &\
  55. & &\
  56. & &\
  57. & & |[alias=B]|B
  58. end{tikzcd}
  59. ]
  60. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement