Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GuillaumeLaplante-Anfossi
GitHub Repository: GuillaumeLaplante-Anfossi/Poissons
Path: blob/main/slidesVincent/figures/canonicalComplexTamari3.tex
1019 views
1
\documentclass[10pt]{standalone}
2
\usepackage{pgf,tikz,pgfplots}
3
\pgfplotsset{compat=1.15}
4
\usepackage{mathrsfs}
5
\usetikzlibrary{arrows}
6
\pagestyle{empty}
7
\begin{document}
8
9
\begin{tikzpicture}
10
\begin{scope}[shift = {(0,0)}]
11
\node (bottom) at (0,0) {\tikz[scale = 0.4]{
12
\clip (-.2,-.3) rectangle (2.2, .3);
13
\draw[blue, line width = 1] (0, 0) -- (1, 0);
14
\draw[blue, line width = 1] (1, 0) -- (2, 0);
15
\draw[fill = black] (0,0) circle (.1);
16
\draw[fill = black] (1,0) circle (.1);
17
\draw[fill = black] (2,0) circle (.1);
18
}};
19
\node (a) at (-1.5,1.5) {\tikz[scale = 0.4]{
20
\clip (-.2,-1.1) rectangle (2.2, 1.1);
21
\draw[blue, line width = 1] (0, 0) arc (180:0:1.0);
22
\draw[red, line width = 1] (0, 0) -- (1, 0);
23
\draw[fill = black] (0,0) circle (.1);
24
\draw[fill = black] (1,0) circle (.1);
25
\draw[fill = black] (2,0) circle (.1);
26
}};
27
\node (b) at (1.5,2.25) {\tikz[scale = 0.4]{
28
\clip (-.2,-1.1) rectangle (2.2, 1.1);
29
\draw[blue, line width = 1] (0, 0) -- (1, 0);
30
\draw[red, line width = 1] (1, 0) -- (2, 0);
31
\draw[fill = black] (0,0) circle (.1);
32
\draw[fill = black] (1,0) circle (.1);
33
\draw[fill = black] (2,0) circle (.1);
34
}};
35
\node (c) at (-1.5,3) {\tikz[scale = 0.4]{
36
\clip (-.2,-1.1) rectangle (2.2, 1.1);
37
\draw[red, line width = 1] (0, 0) arc (180:0:1.0);
38
\draw[blue, line width = 1] (1, 0) -- (2, 0);
39
\draw[fill = black] (0,0) circle (.1);
40
\draw[fill = black] (1,0) circle (.1);
41
\draw[fill = black] (2,0) circle (.1);
42
}};
43
\node (top) at (0,4.5) {\tikz[scale = 0.4]{
44
\clip (-.2,-.3) rectangle (2.2, .3);
45
\draw[red, line width = 1] (0, 0) -- (1, 0);
46
\draw[red, line width = 1] (1, 0) -- (2, 0);
47
\draw[fill = black] (0,0) circle (.1);
48
\draw[fill = black] (1,0) circle (.1);
49
\draw[fill = black] (2,0) circle (.1);
50
}};
51
52
\draw (bottom) -- (a) -- (c) -- (top) -- (b) -- (bottom);
53
\end{scope}
54
55
\begin{scope}[shift = {(5,2)}]
56
\node (12b) at (30:2) {\tikz[scale = 0.4]{
57
\clip (-.2,-.3) rectangle (2.2, .3);
58
\draw[blue, line width = 1] (0, 0) -- (1, 0);
59
\draw[fill = black] (0,0) circle (.1);
60
\draw[fill = black] (1,0) circle (.1);
61
\draw[fill = black] (2,0) circle (.1);
62
}};
63
\node (13b) at (90:2) {\tikz[scale = 0.4]{
64
\clip (-.2,-1.1) rectangle (2.2, 1.1);
65
\draw[blue, line width = 1] (0, 0) arc (180:0:1.0);
66
\draw[fill = black] (0,0) circle (.1);
67
\draw[fill = black] (1,0) circle (.1);
68
\draw[fill = black] (2,0) circle (.1);
69
}};
70
\node (23b) at (150:2) {\tikz[scale = 0.4]{
71
\clip (-.2,-.3) rectangle (2.2, .3);
72
\draw[blue, line width = 1] (1, 0) -- (2, 0);
73
\draw[fill = black] (0,0) circle (.1);
74
\draw[fill = black] (1,0) circle (.1);
75
\draw[fill = black] (2,0) circle (.1);
76
}};
77
\node (12r) at (210:2) {\tikz[scale = 0.4]{
78
\clip (-.2,-.3) rectangle (2.2, .3);
79
\draw[red, line width = 1] (0, 0) -- (1, 0);
80
\draw[fill = black] (0,0) circle (.1);
81
\draw[fill = black] (1,0) circle (.1);
82
\draw[fill = black] (2,0) circle (.1);
83
}};
84
\node (13r) at (270:2) {\tikz[scale = 0.4]{
85
\clip (-.2,-1.1) rectangle (2.2, 1.1);
86
\draw[red, line width = 1] (0, 0) arc (180:0:1.0);
87
\draw[fill = black] (0,0) circle (.1);
88
\draw[fill = black] (1,0) circle (.1);
89
\draw[fill = black] (2,0) circle (.1);
90
}};
91
\node (23r) at (330:2) {\tikz[scale = 0.4]{
92
\clip (-.2,-.3) rectangle (2.2, .3);
93
\draw[red, line width = 1] (1, 0) -- (2, 0);
94
\draw[fill = black] (0,0) circle (.1);
95
\draw[fill = black] (1,0) circle (.1);
96
\draw[fill = black] (2,0) circle (.1);
97
}};
98
\draw (23b) -- (13r);
99
\draw (12b) -- (23r);
100
\draw (13b) -- (12r);
101
\draw (23b) -- (12r);
102
\draw[blue] (12b) -- (23b);
103
\draw[red] (12r) -- (23r);
104
\draw[blue] (23b) -- (12b);
105
\draw[red] (23r) -- (12r);
106
\end{scope}
107
108
\end{tikzpicture}
109
\end{document}
110