mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
added pair of pants
This commit is contained in:
parent
2d20945d12
commit
8135baad37
2 changed files with 10 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 25 KiB |
|
@ -4,6 +4,15 @@
|
|||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}[tqft/flow=east]
|
||||
\node[tqft/pair of pants,draw] (a) {};
|
||||
\node[tqft/pair of pants,draw,rotate=-180] (a) {};
|
||||
\draw (-1.02,-1) ellipse (0.2cm and 0.35cm);
|
||||
\draw (-1.02,+1) ellipse (0.2cm and 0.35cm);
|
||||
\draw[dashed] (1,0) ellipse (0.175cm and 0.35cm);
|
||||
|
||||
\draw (2.3,0) ellipse (0.7cm and 1.5cm);
|
||||
\draw (2.3,+0.5) circle (0.3cm);
|
||||
\draw (2.3,-0.5) circle (0.3cm);
|
||||
|
||||
\node at (1.38,0) {$\stackrel{\sim}{=}$};
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue