Guest User

Untitled

a guest
Jan 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. documentclass[12pt,paper=a4]{scrartcl}
  2. usepackage{forest}
  3.  
  4. begin{document}
  5. begin{forest}
  6. for tree={
  7. circle,
  8. draw,
  9. minimum size = 1pt
  10. % font=tiny
  11. }
  12. [, phantom, for children={fit=band}, s sep'+=60pt
  13. [,
  14. [,
  15. [
  16. []
  17. []
  18. ]
  19. []
  20. ]
  21. [,
  22. []
  23. []
  24. ]
  25. [,
  26. []
  27. [,name=left
  28. []
  29. []
  30. ]
  31. ]
  32. ]
  33. [,
  34. [,
  35. [,name=right
  36. []
  37. []
  38. ]
  39. []
  40. ]
  41. [
  42. [,
  43. []
  44. []
  45. ]
  46. [,
  47. []
  48. [
  49. []
  50. []
  51. ]
  52. ]
  53. ]
  54. ]
  55. ]
  56. draw[-latex,double] (left) to (right);
  57. end{forest}
  58.  
  59. end{document}
  60.  
  61. documentclass[12pt,paper=a4]{scrartcl}
  62. usepackage{forest}
  63.  
  64. begin{document}
  65. begin{forest}
  66. for tree={
  67. circle,
  68. draw,
  69. minimum size = 1pt
  70. % font=tiny
  71. }
  72. [, phantom, for children={fit=band}, s sep'+=60pt
  73. [,
  74. [,
  75. [
  76. []
  77. []
  78. ]
  79. []
  80. ]
  81. [,
  82. []
  83. []
  84. ]
  85. [,
  86. []
  87. [,name=left
  88. []
  89. []
  90. ]
  91. ]
  92. ]
  93. [,
  94. [,
  95. [,name=right
  96. []
  97. []
  98. ]
  99. []
  100. ]
  101. [
  102. [,
  103. []
  104. []
  105. ]
  106. [,
  107. []
  108. [
  109. []
  110. []
  111. ]
  112. ]
  113. ]
  114. ]
  115. ]
  116. draw[-latex,very thick,shorten <=5mm,shorten >=5mm] (left) to (right);
  117. end{forest}
  118.  
  119. end{document}
Add Comment
Please, Sign In to add comment