sandbox.tex
changeset 498 b98790f0282e
parent 456 a5d75e0f9229
child 522 a60c035e53bd
equal deleted inserted replaced
497:18b742b1b308 498:b98790f0282e
    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*}
       
    16 \mathfig{.73}{tempkw/zo2}
       
    17 \end{equation*}
    15 
    18 
       
    19 \begin{tikzpicture}
       
    20 \newcommand{\rr}{6}
       
    21 \newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
       
    22 
       
    23 \node(A) at (0,0) {
       
    24 \begin{tikzpicture}
       
    25 \node[red,left] at (0,0)  {$y$};
       
    26 \draw (0,0) \vertex arc (-120:-105:\rr) node[red,below] {$a$} arc(-105:-90:\rr) \vertex node[red,below](x2) {$x$};
       
    27 \draw (0,0) \vertex arc (120:105:\rr) node[red,above] {$a$} arc (105:90:\rr) \vertex node[red,above](x1) {$x$} -- (x2);
       
    28 \begin{scope}
       
    29 	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
       
    30 	\foreach \x in {0,0.24,...,3} {
       
    31 		\draw[green!50!brown] (\x,1) -- (\x,-1);
       
    32 	}
       
    33 \end{scope}
       
    34 \draw[red, decorate,decoration={brace,amplitude=5pt}] ($(x1)+(0.2,-0.2)$) -- ($(x2)+(0.2,0.2)$) node[midway, xshift=0.7cm] {$x \times I$};
       
    35 \end{tikzpicture}
       
    36 };
       
    37 
       
    38 \node(B) at (-4,-4) {
       
    39 \begin{tikzpicture}
       
    40 \node[red,left] at (0,0) {$y$};
       
    41 \draw (0,0) \vertex 
       
    42 	arc (120:105:\rr) node[red,above] {$a$}
       
    43 	arc (105:90:\rr) node[red,above] {$x$} \vertex
       
    44 	arc (90:75:\rr) node[red,above] {$x \times I$}
       
    45 	arc (75:60:\rr) \vertex node[red,right] {$x$}
       
    46 	arc (-60:-90:\rr) node[red,below] {$a$}
       
    47 	arc (-90:-120:\rr);
       
    48 \begin{scope}
       
    49 	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
       
    50 	\foreach \x in {0,0.48,...,9} {
       
    51 		\draw[green!50!brown] (\x/4,1) -- (\x,-1);
       
    52 	}
       
    53 \end{scope}
       
    54 \end{tikzpicture}
       
    55 };
       
    56 
       
    57 \node(C) at (4,-4) {
       
    58 \begin{tikzpicture}[y=-1cm]
       
    59 \node[red,left] at (0,0) {$y$};
       
    60 \draw (0,0) \vertex 
       
    61 	arc (120:105:\rr) node[red,below] {$a$}
       
    62 	arc (105:90:\rr) node[red,below] {$x$} \vertex
       
    63 	arc (90:75:\rr) node[red,below] {$x \times I$}
       
    64 	arc (75:60:\rr) \vertex node[red,right] {$x$}
       
    65 	arc (-60:-90:\rr) node[red,above] {$a$}
       
    66 	arc (-90:-120:\rr);
       
    67 \begin{scope}
       
    68 	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
       
    69 	\foreach \x in {0,0.48,...,9} {
       
    70 		\draw[green!50!brown] (\x/4,1) -- (\x,-1);
       
    71 	}
       
    72 \end{scope}
       
    73 \end{tikzpicture}
       
    74 };
       
    75 
       
    76 \draw[->] (A) -- (B);
       
    77 \draw[->] (A) -- (C);
       
    78 \end{tikzpicture}
    16 \end{document}
    79 \end{document}