-
Notifications
You must be signed in to change notification settings - Fork 4
/
lacan graph of desire.tex
248 lines (201 loc) · 10.2 KB
/
lacan graph of desire.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
\documentclass{scrartcl}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{cancel} %for strikethroughs
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds,patterns}
\usetikzlibrary{decorations.text, decorations.markings, arrows, arrows.meta}
\tikzset{->-/.style={decoration={
markings,
mark=at position #1 with {\arrow{>}}},postaction={decorate}}}
\def\centerarc[#1](#2)(#3:#4:#5)% Syntax: [draw options] (center) (initial angle:final angle:radius)
{ \draw[#1] ($(#2)+({#5*cos(#3)},{#5*sin(#3)})$) arc (#3:#4:#5); }
\begin{document}
%\begin{figure}
% \centering
\begin{tikzpicture}
\node at (-0.5,1.85) {{\scriptsize S}};
\node at (3.5,1.85) {{\scriptsize S$^\prime$}};
\node at (1,-0.25) {{\scriptsize \cancel{S}}};
\node at (2,-0.3) {{\scriptsize $\Delta$}};
%upper horizontal arrow
%\draw [open triangle 45 reversed-stealth, thick] (-0.25,1.85) to[bend left=45] (3.25,1.85);
\draw [angle 45 reversed-stealth, thick] (-0.25,1.85) to[bend left=45] (3.25,1.85);
\draw [thick, line cap=round] (-0.2882,1.907)--(-0.194,1.811);
%lower arrows
\draw [->,>=stealth, thick] (0.59,2.25)--(1,0);
%\draw [-open triangle 45 reversed, thick] (2.37,2.25)--(2,0); %too-big arrowhead
\draw [-angle 45 reversed, thick] (2.37,2.25)--(2,0);
\draw [thick, line cap=round] (1.9345,0.025)--(2.0698,0.0028);
\draw[thick] (2.35,2.15) arc (-15:195:9mm);
%\draw[help lines] (-1,-1) grid (4,3);
\end{tikzpicture}
% \caption{Graph of Desire 1}
%\end{figure}
\vspace{0.75cm}
%\begin{figure}
% \centering
\hspace{-0.2cm}\begin{tikzpicture}
%labels
\node at (-0.2,1.6) {{\scriptsize Signifier}};
\node at (3.2,1.6) {{\scriptsize Voice}};
\node at (1,-0.27) {{\scriptsize I(A)}}; %
\node at (2,-0.2) {{\scriptsize \cancel{S}}}; %NB: these last two aren't level
\node at (0.15,1.15) {{\scriptsize ego/moi}};
\node at (2.55,1.15) {{\scriptsize $i(a)$}};
%upper arrow
\draw [angle 45 reversed-stealth, thick] (-0.25,1.85) to[bend left=45] (3.25,1.85);
\draw [thick, line cap=round, black] (-0.2882,1.907)--(-0.194,1.811);
\draw [->,>=stealth,thick] (2,2.535) to[bend right=-10] (2.05,2.535); %upper-mid arrowhead (right)
%lower arrows
\draw [->,>=stealth, thick] (0.59,2.25)--(1,0);
\draw [-angle 45 reversed, thick] (2.37,2.25)--(2,0);
\draw [thick, line cap=round] (1.9345,0.025)--(2.0698,0.0028);
%\draw[thick] (2.35,2.15) arc (-15:195:9mm);
\centerarc[->,>=stealth,thick](1.48,2.28)(27:153:0.97) %top arc, changed to an arrow
%easier solution: use the old arc, add an arrowhead
%circles
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (Sa) at (0.65,2.4) {{\scriptsize $s$(A)}};
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (A) at (2.35,2.4) {\textcolor{white}{{\scriptsize s(A)}}};
\node at (2.35,2.4) {{\scriptsize A}};
%this is a cheap hack to get the size of the circles right -- fix later
%middle arrows
\draw [->-=.585, >=stealth, thick] (1.85,1.15)--(1.15,1.15);
\draw [->,>=stealth,thick] (1.15,1.15) to[out=180,in=275] (0.75,2.1);
\draw [-angle 45 reversed,thick] (1.85,1.15) to[out=10,in=258] (2.255,2.108);
\draw [thick] (2.1847,2.11)--(2.181,2.13); %patch over white spot
%\node at (0.835,0.95) {\textcolor{red}{.}};
\draw [thick] (1.15,1.15) to[out=180,in=85] (0.83,0.95);
%\node at (2.16,0.95) {\textcolor{red}{.}};
\draw [thick] (1.85,1.15) to[out=0,in=95] (2.16,0.95);
\end{tikzpicture}
% \caption{Graph of Desire 2}
%\end{figure}
\vspace{0.75cm}
%\begin{figure}
% \centering
\hspace{0.35cm}\begin{tikzpicture}
%labels
%\node at (-0.2,1.6) {{\scriptsize Signifier}}; %omitted from these ones
%\node at (3.2,1.6) {{\scriptsize Voice}};
\node at (1,-0.27) {{\scriptsize I(A)}};
\node at (2,-0.2) {{\scriptsize \cancel{S}}}; %NB: these last two aren't level
\node at (0.55,1.15) {{\scriptsize $m$}};
\node at (2.55,1.15) {{\scriptsize $i(a)$}};
%upper arrow
\draw [angle 45 reversed-stealth, thick] (-0.25,1.85) to[bend left=45] (3.25,1.85);
\draw [thick, line cap=round] (-0.2882,1.907)--(-0.194,1.811);
\draw [->,>=stealth,thick] (1.55,2.6)--(1.6,2.6); %upper-mid arrowhead (center)
%lower arrows
\draw [->,>=stealth, thick] (0.59,2.25)--(1,0);
\draw [-angle 45 reversed, thick] (2.37,2.25)--(2,0);
\draw [thick, line cap=round] (1.9345,0.025)--(2.0698,0.0028);
%\draw[thick] (2.35,2.15) arc (-15:195:9mm);
\centerarc[->,>=stealth,thick](1.48,2.28)(27:153:0.97) %top arc, changed to an arrow
%easier solution: use the old arc, add an arrowhead
%circles
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (Sa) at (0.65,2.4) {{\scriptsize $s$(A)}};
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (A) at (2.35,2.4) {\textcolor{white}{{\scriptsize s(A)}}};
\node at (2.35,2.4) {{\scriptsize A}};
%this is a cheap hack to get the size of the circles right -- fix later
%middle arrows
\draw [->-=.585, >=stealth, thick] (1.85,1.15)--(1.15,1.15);
\draw [->,>=stealth,thick] (1.15,1.15) to[out=180,in=275] (0.75,2.1);
\draw [thick] (1.85,1.15) to[out=10,in=260] (2.25,2.1); %NB: different from graph 2
%\node at (0.835,0.95) {\textcolor{red}{.}};
\draw [thick] (1.15,1.15) to[out=180,in=85] (0.83,0.95);
%\node at (2.16,0.95) {\textcolor{red}{.}};
\draw [thick] (1.85,1.15) to[out=0,in=95] (2.16,0.95);
%top labels
\node at (0.57,3.65) {{\scriptsize (\cancel{S}$\,\!\lozenge a$)}};
\node at (2.625,3.95) {{\scriptsize $d$}};
%top part
\draw[->,>=stealth,thick] (2.75,3.9) arc (-15:195:1.2cm);
%\draw[->,>=stealth,thick] (2.5,4.2) arc (10:170:9mm);
\draw[->,>=stealth,thick] (2.5,3.62) arc (-8:170:9mm);
\draw [thick] (2.39,2.71)--(2.5,3.62);
\draw [thick] (2.48,2.69)--(2.75,3.9);
\node at (1.6,5) {{\scriptsize Ch\`{e} vuoi?}};
\end{tikzpicture}
% \caption{Ch\`{e} vuoi?}
%\end{figure}
\vspace{0.75cm}
%\begin{figure}
% \centering
\hspace{-0.2cm}\begin{tikzpicture}
%labels
\node at (-0.2,1.6) {{\scriptsize Signifier}};
\node at (3.2,1.6) {{\scriptsize Voice}};
\node at (1,-0.27) {{\scriptsize I(A)}}; %
\node at (2,-0.2) {{\scriptsize \cancel{S}}}; %NB: these last two aren't level
\node at (0.55,1.15) {{\scriptsize $m$}};
\node at (2.55,1.15) {{\scriptsize $i(a)$}};
%lower horizontal arrow
\draw [angle 45 reversed-stealth, thick] (-0.25,1.85) to[bend left=45] (3.25,1.85);
\draw [thick, line cap=round] (-0.2882,1.907)--(-0.194,1.811);
\draw [->,>=stealth,thick] (1.55,2.6)--(1.6,2.6); %upper-mid arrowhead (center)
%lower arrows
\draw [->,>=stealth, thick] (0.59,2.25)--(1,0);
\draw [-angle 45 reversed, thick] (2.37,2.25)--(2,0);
\draw [thick, line cap=round] (1.9345,0.025)--(2.0698,0.0028);
%\draw[thick] (2.35,2.15) arc (-15:195:9mm);
\centerarc[angle 45 reversed-stealth, thick](1.48,2.28)(27:153:0.97) %top arc, changed to an arrow
%easier solution: use the old arc, add an arrowhead
%but then here, I can't have two arrowheads unless I add both manually
%bottom circles
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (Sa) at (0.65,2.4) {{\scriptsize $s$(A)}};
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (A) at (2.35,2.4) {\textcolor{white}{{\scriptsize s(A)}}};
\node at (2.35,2.4) {{\scriptsize A}};
%this is a cheap hack to get the size of the circles right -- fix later
%middle arrows
\draw [->-=.585, >=stealth, thick] (1.85,1.15)--(1.15,1.15);
\draw [->,>=stealth,thick] (1.15,1.15) to[out=180,in=275] (0.75,2.1);
\draw [-angle 45 reversed,thick] (1.85,1.15) to[out=10,in=258] (2.255,2.108);
\draw [thick] (2.1847,2.11)--(2.181,2.13); %patch over white spot
%\node at (0.835,0.95) {\textcolor{red}{.}};
\draw [thick] (1.15,1.15) to[out=180,in=85] (0.83,0.95);
%\node at (2.16,0.95) {\textcolor{red}{.}};
\draw [thick] (1.85,1.15) to[out=0,in=95] (2.16,0.95);
%top side arrows
%\draw [thick,red] (0.68,1.75)--(0.2,4.5); %check continuity with bottom line
\draw [->,>=stealth,thick] (0.2,4.5)--(0.52,2.7);
%\draw [thick,red] (2.29,1.75)--(2.75,4.5); %check continuity with bottom line
\draw [-angle 45 reversed,thick] (2.75,4.5)--(2.45,2.7);
\draw [thick, line cap=round, black] (2.5207,2.7)--(2.5267,2.67);
%top horizontal arrow
\draw [angle 45 reversed-stealth, thick] (-0.75,3.75) to[bend left=45] (3.75,3.75);
\draw [thick, line cap=round] (-0.7882,3.807)--(-0.694,3.711);
\draw [->,>=stealth,thick] (1.55,4.7)--(1.6,4.7); %arrowhead (center)
%top circles
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (SD) at (0.2,4.5) {\textcolor{white}{{\scriptsize (\cancel{S}$\,\!\lozenge D$)}}};
\node at (0.2,4.5) {{\scriptsize S(\cancel{A})}};
\node[circle,thick,draw=black,fill=white,inner sep=0pt,minimum size=4pt] (SA) at (2.75,4.5) {{\scriptsize (\cancel{S}$\,\!\lozenge D$)}};
%this is a cheap hack to get the size of the circles right -- fix later
%top-mid arrows
\draw [thick] (0.7,3.5)--(2.3,3.5);
%\node at (0.38,4.075) {\textcolor{red}{.}};
%\node at (2.6,4.07) {\textcolor{red}{.}};
\draw [->,>=stealth,thick] (0.7,3.5) to[out=180,in=275] (0.38,4.075);
\draw [-angle 45 reversed,thick] (2.3,3.5) to[out=10,in=260] (2.6,4.08); %edit
\draw [thick] (2.5295,4.08)--(2.523,4.11); %patch over white spot
%\node at (0.43,3.25) {\textcolor{red}{.}};
\draw [thick] (0.7,3.5) to[out=180,in=85] (0.425,3.25);
%\node at (2.55,3.25) {\textcolor{red}{.}};
\draw [thick] (2.3,3.5) to[out=0,in=95] (2.54,3.25);
%
%\node at (0.2,4.95) {\textcolor{red}{.}};
%\node at (2.75,4.95) {\textcolor{red}{.}};
\centerarc[->,>=stealth, thick](1.48,4.3)(33:153:1.45) %original
\draw [thick,line cap=round] (2.69,5.1)--(2.65,4.95);
\draw [thick,line cap=round] (2.69,5.1)--(2.8,4.95);
%\centerarc[->,>=stealth, thick](1.48,4.3)(27:153:1.45)
\draw [->,>=stealth,thick] (1.49,5.75)--(1.44,5.75);
%top labels
\node at (-0.08,3.5) {{\scriptsize (\cancel{S}$\,\!\lozenge a$)}};
\node at (2.77,3.5) {{\scriptsize $d$}};
\node at (-1.2,4.15) {{\scriptsize Jouissance}};
\node at (4.2,4.15) {{\scriptsize Castration}};
\end{tikzpicture}
% \caption{Graph of Desire 3}
%\end{figure}
\end{document}