sandbox.tex
changeset 959 461ee3f224b6
parent 958 fea0cfe78103
child 960 bc4086c639b6
equal deleted inserted replaced
954:43bc04bcf941 959:461ee3f224b6
     8 %\title{Blob Homology}
     8 %\title{Blob Homology}
     9 \title{Sandbox}
     9 \title{Sandbox}
    10 \begin{document}
    10 \begin{document}
    11 
    11 
    12 
    12 
       
    13 
       
    14 \begin{tikzpicture}
       
    15 \node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
       
    16 \node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
       
    17 \draw[dashed] (A) -- (B);
       
    18 \node[circle,fill=black,inner sep=1pt] (C) at (0,0) {};
       
    19 \node[circle,fill=black,inner sep=1pt] (D) at (0.8,0) {};
       
    20 \begin{scope}[yshift=-1cm]
       
    21 \path[clip] (0,0) circle (2);
       
    22 \begin{scope}[yshift=2cm]
       
    23 \draw (0,0) circle (2);
       
    24 \node[circle,fill=black,inner sep=1pt] (L2) at (-90:2) {};
       
    25 \node[circle,fill=black,inner sep=1pt] (L1) at (-120:2) {};
       
    26 \end{scope}
       
    27 \end{scope}
       
    28 \begin{scope}[yshift=1cm]
       
    29 \path[clip] (0,0) circle (2);
       
    30 \begin{scope}[yshift=-2cm]
       
    31 \draw (0,0) circle (2);
       
    32 \node[circle,fill=black,inner sep=1pt] (U) at (90:2) {};
       
    33 \end{scope}
       
    34 \end{scope}
       
    35 \begin{scope}
       
    36 \path[clip] (0,1) circle (2);
       
    37 \path[clip] (0,-1) circle (2);
       
    38 
       
    39 \end{scope}
       
    40 \end{tikzpicture}
    13 \end{document}
    41 \end{document}