sandbox.tex
author Scott Morrison <scott@tqft.net>
Mon, 12 Dec 2011 21:05:33 -0800
changeset 965 987af9e53631
parent 963 d875a8378d83
child 966 d9e4d7e1cbf6
permissions -rw-r--r--
more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
875
85cebbd771b5 adding a figure suggested by the referee
Scott Morrison <scott@tqft.net>
parents: 560
diff changeset
     1
\documentclass[11pt,leqno]{article}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     3
\newcommand{\pathtotrunk}{./}
875
85cebbd771b5 adding a figure suggested by the referee
Scott Morrison <scott@tqft.net>
parents: 560
diff changeset
     4
\input{preamble}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     5
\input{text/article_preamble}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     6
\input{text/kw_macros}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     7
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     8
%\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
\title{Sandbox}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
\begin{document}
456
a5d75e0f9229 filtration -> simplex, and another diagram
Scott Morrison <scott@tqft.net>
parents: 443
diff changeset
    11
963
d875a8378d83 minor, work on figures
Scott Morrison <scott@tqft.net>
parents: 960
diff changeset
    12
\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
d875a8378d83 minor, work on figures
Scott Morrison <scott@tqft.net>
parents: 960
diff changeset
    13
958
fea0cfe78103 figures
Scott Morrison <scott@tqft.net>
parents: 956
diff changeset
    14
955
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    15
\begin{tikzpicture}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    16
\node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    17
\node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    18
\draw[dashed] (A) -- (B);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    19
\node[circle,fill=black,inner sep=1pt] (C) at (0,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    20
\node[circle,fill=black,inner sep=1pt] (D) at (0.8,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    21
\begin{scope}[yshift=-1cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    22
\path[clip] (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    23
\begin{scope}[yshift=2cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    24
\draw (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    25
\node[circle,fill=black,inner sep=1pt] (L2) at (-90:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    26
\node[circle,fill=black,inner sep=1pt] (L1) at (-120:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    27
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    28
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    29
\begin{scope}[yshift=1cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    30
\path[clip] (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    31
\begin{scope}[yshift=-2cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    32
\draw (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    33
\node[circle,fill=black,inner sep=1pt] (U) at (90:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    34
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    35
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    36
\begin{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    37
\path[clip] (0,1) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    38
\path[clip] (0,-1) circle (2);
965
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    39
\foreach \n in {1,...,6} {
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    40
	\path (B) to[out=0,in=-180] node[coordinate,pos=\n/6] (BC\n) {} (C);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    41
	\draw[green!50!brown] (BC\n) -- +(0,1);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    42
	\draw[green!50!brown] (BC\n) -- +(-1.5,-1);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    43
}
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    44
\foreach \n in {0,...,6} {
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    45
	\path (C) to[out=0,in=-180] node[coordinate,pos=\n/6] (CD\n) {} (D);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    46
	\path (L1) to[out=-30,in=-180] node[coordinate,pos=\n/6] (L1L2\n) {} (L2);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    47
	\draw[blue] (CD\n) -- (L1L2\n);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    48
}
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    49
\foreach \n in {0,...,6} {
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    50
	\path (L1) to[out=40,in=-140] node[coordinate,pos=\n/6] (L1C\n) {} (C);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    51
	\path (L2) to[out=50,in=-130] node[coordinate,pos=\n/6] (L2D\n) {} (D);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    52
	\draw[blue] (L1C\n) -- (L2D\n);
987af9e53631 more diagrams, doing the complicated one in tikz again now that I've discovered pos (and an annoying bug in tikz)
Scott Morrison <scott@tqft.net>
parents: 963
diff changeset
    53
}
955
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    54
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    55
\end{tikzpicture}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    56
\end{document}