topology-pair-of-pants.tex 591 B

12345678910111213141516171819
  1. \documentclass[varwidth=true, border=2pt]{standalone}
  2. \usepackage{tikz}
  3. \usepackage{tqft}
  4. \begin{document}
  5. \begin{tikzpicture}[tqft/flow=east]
  6. \node[tqft/pair of pants,draw,rotate=-180] (a) {};
  7. \draw (-1.02,-1) ellipse (0.2cm and 0.35cm);
  8. \draw (-1.02,+1) ellipse (0.2cm and 0.35cm);
  9. \draw[dashed] (1,0) ellipse (0.175cm and 0.35cm);
  10. \draw (2.3,0) ellipse (0.7cm and 1.5cm);
  11. \draw (2.3,+0.5) circle (0.3cm);
  12. \draw (2.3,-0.5) circle (0.3cm);
  13. \node at (1.38,0) {$\stackrel{\sim}{=}$};
  14. \end{tikzpicture}
  15. \end{document}