You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
492 B

5 months ago
  1. \begin{center}
  2. \begin{forest}
  3. for tree={circle, draw, no edge,
  4. minimum size=2em,
  5. inner sep=0pt,
  6. s sep=5mm,
  7. l sep=5mm}
  8. [$f$, rectangle, draw, tikz={\draw [line] () to (a.north);}
  9. [$a$, name=a, tikz={\draw [line, bend right] () to (c.north west); \draw [fulldot=.5, bend left] () to (c.north east);}
  10. [$c$, name=c, tikz={\draw [line] () to (260:3.4); \draw [fulldot=.5] () to (280:3.4);}
  11. ]
  12. ]
  13. ]
  14. \end{forest}
  15. \end{center}