topology-sphere-with-hole.tex 585 B

123456789101112131415161718192021
  1. \documentclass[varwidth=true, border=2pt]{standalone}
  2. \usepackage{tikz}
  3. \usepackage{tqft}
  4. \begin{document}
  5. \begin{tikzpicture}[tqft/flow=east]
  6. \draw (0,0) circle (2cm);
  7. \draw (0,0) ellipse (2cm and 0.35cm);
  8. \draw[white,fill=white] (0,0.1) ellipse (1.95cm and 0.35cm);
  9. \draw[dashed] (0,0) ellipse (2cm and 0.35cm);
  10. \begin{scope}[rotate=45]
  11. \draw (0.5,1.2) ellipse (0.5cm and 0.4cm);
  12. \end{scope}
  13. \node at (2.38,0) {$\stackrel{\sim}{=}$};
  14. \draw (3.8,0) circle (1cm);
  15. \end{tikzpicture}
  16. \end{document}