sandbox.tex
changeset 955 65ef3b339d0a
parent 875 85cebbd771b5
child 956 c336a253ae7b
equal deleted inserted replaced
948:727cefa97b8e 955:65ef3b339d0a
     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 
       
    15 \begin{tikzpicture}
       
    16 \node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
       
    17 \node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
       
    18 \draw[dashed] (A) -- (B);
       
    19 \node[circle,fill=black,inner sep=1pt] (C) at (0,0) {};
       
    20 \node[circle,fill=black,inner sep=1pt] (D) at (0.8,0) {};
       
    21 \begin{scope}[yshift=-1cm]
       
    22 \path[clip] (0,0) circle (2);
       
    23 \begin{scope}[yshift=2cm]
       
    24 \draw (0,0) circle (2);
       
    25 \node[circle,fill=black,inner sep=1pt] (L2) at (-90:2) {};
       
    26 \node[circle,fill=black,inner sep=1pt] (L1) at (-120:2) {};
       
    27 \end{scope}
       
    28 \end{scope}
       
    29 \begin{scope}[yshift=1cm]
       
    30 \path[clip] (0,0) circle (2);
       
    31 \begin{scope}[yshift=-2cm]
       
    32 \draw (0,0) circle (2);
       
    33 \node[circle,fill=black,inner sep=1pt] (U) at (90:2) {};
       
    34 \end{scope}
       
    35 \end{scope}
       
    36 \begin{scope}
       
    37 \path[clip] (0,1) circle (2);
       
    38 \path[clip] (0,-1) circle (2);
       
    39 
       
    40 \end{scope}
       
    41 \end{tikzpicture}
    13 \end{document}
    42 \end{document}