sandbox.tex
changeset 522 a60c035e53bd
parent 498 b98790f0282e
child 560 b138ee4a5938
equal deleted inserted replaced
521:4a988e00468a 522:a60c035e53bd
    10 %\title{Blob Homology}
    10 %\title{Blob Homology}
    11 \title{Sandbox}
    11 \title{Sandbox}
    12 
    12 
    13 \begin{document}
    13 \begin{document}
    14 
    14 
    15 \begin{equation*}
    15 
    16 \mathfig{.73}{tempkw/zo2}
    16 \begin{figure}[t]
    17 \end{equation*}
    17 \begin{center}
       
    18 \begin{tikzpicture}
       
    19 
       
    20 \node(A) at (-4,0) {
       
    21 \begin{tikzpicture}[scale=.8, fill=blue!15!white]
       
    22 \filldraw[line width=1.5pt] (-.4,1) .. controls +(-1,-.1) and +(-1,0) .. (0,-1)
       
    23 		.. controls +(1,0) and +(1,-.1) .. (.4,1) -- (.4,3)
       
    24 		.. controls +(3,-.4) and +(3,0) .. (0,-3)
       
    25 		.. controls +(-3,0) and +(-3,-.1) .. (-.4,3) -- cycle;
       
    26 \node at (0,-2) {$X$};
       
    27 \node (W) at (-2.7,-2) {$W$};
       
    28 \node (Y1) at (-1.2,3.5) {$Y$};
       
    29 \node (Y2) at (1.4,3.5) {$Y$};
       
    30 \node[outer sep=2.3] (y1e) at (-.4,2) {};
       
    31 \node[outer sep=2.3] (y2e) at (.4,2) {};
       
    32 \node (we1) at (-2.2,-1.1) {};
       
    33 \node (we2) at (-.6,-.7) {};
       
    34 \draw[->] (Y1) -- (y1e);
       
    35 \draw[->] (Y2) -- (y2e);
       
    36 \draw[->] (W) .. controls +(0,.5) and +(-.5,-.2) .. (we1);
       
    37 \draw[->] (W) .. controls +(.5,0) and +(-.2,-.5) .. (we2);
       
    38 \end{tikzpicture}
       
    39 };
       
    40 
       
    41 \node(B) at (4,0) {
       
    42 \begin{tikzpicture}[scale=.8, fill=blue!15!white]
       
    43 \fill (0,1) .. controls +(-1,0) and +(-1,0) .. (0,-1)
       
    44 		.. controls +(1,0) and +(1,0) .. (0,1) -- (0,3)
       
    45 		.. controls +(3,0) and +(3,0) .. (0,-3)
       
    46 		.. controls +(-3,0) and +(-3,0) .. (0,3) -- cycle;
       
    47 \draw[line width=1.5pt] (0,1) .. controls +(-1,0) and +(-1,0) .. (0,-1)
       
    48 		.. controls +(1,0) and +(1,0) .. (0,1);
       
    49 \draw[line width=1.5pt] (0,3) .. controls +(3,0) and +(3,0) .. (0,-3)
       
    50 		.. controls +(-3,0) and +(-3,0) .. (0,3);
       
    51 \draw[line width=.5pt, black!65!white] (0,1) -- (0,3);
       
    52 \node at (0,-2) {$X\sgl$};
       
    53 \node (W) at (2.7,-2) {$W\sgl$};
       
    54 \node (we1) at (2.2,-1.1) {};
       
    55 \node (we2) at (.6,-.7) {};
       
    56 \draw[->] (W) .. controls +(0,.5) and +(.5,-.2) .. (we1);
       
    57 \draw[->] (W) .. controls +(-.5,0) and +(.2,-.5) .. (we2);
       
    58 \end{tikzpicture}
       
    59 };
       
    60 
       
    61 
       
    62 \draw[->, red!80!green, line width=2pt] (A) -- node[above, black] {glue} (B);
       
    63 
       
    64 \end{tikzpicture}
       
    65 \end{center}
       
    66 \caption{Gluing with corners}
       
    67 \label{fig:gluing-with-corners}
       
    68 \end{figure}
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 
       
    74 blah
       
    75 
       
    76 \vfill\eject
       
    77 
       
    78 
    18 
    79 
    19 \begin{tikzpicture}
    80 \begin{tikzpicture}
    20 \newcommand{\rr}{6}
    81 \newcommand{\rr}{6}
    21 \newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
    82 \newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
    22 
    83