-
Notifications
You must be signed in to change notification settings - Fork 4
/
lacan schema R.tex
106 lines (91 loc) · 2.69 KB
/
lacan schema R.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
\documentclass{scrartcl}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds,patterns}
\usetikzlibrary{decorations.markings}
\usepackage{textcomp}
\begin{document}
%\begin{figure}
% \centering
\begin{tikzpicture}
\coordinate (p) at (0,3) {};
\coordinate (M) at (3,3) {};
\coordinate (I) at (0,0) {};
\coordinate (P) at (3,0) {};
%
\coordinate (m) at (0,1.5) {};
\coordinate (i) at (1.5,3) {};
%outer lines
\draw [semithick, densely dashed] (p)--(i); %p--I
\draw [semithick] (i)--(M); %p--I
\draw [semithick, densely dashed] (p)--(I); %p--I
\draw [semithick] (I)--(P); %I--P
\draw [semithick] (M)--(P); %M--P
%
\draw [semithick] (M)--(I); %M--I
\draw [semithick] (m)--(i); %m--i
\draw[pattern=north west lines, pattern color=black] (m)--(i)--(M)--(I);
%labels
\node at (-0.15,3.15) {$\varphi$};
\node at (3.2,3.2) {M};
\node at (-0.2,-0.2) {I};
\node at (3.2,-0.2) {P};
%
\node at (-0.25,1.5) {$m$};
\node at (1.5,3.2) {$i$};
%
\node at (2.8,0.2) {A};
\node at (0.2,2.78) {S};
\node at (0.45,0.2) {$a${\scriptsize $^\prime$}};
\node at (2.85,2.6) {$a$};
%
\node at (2.1,1.1) {$\mathcal{S}$};
\node at (0.6,2.45) {$\mathfrak{I}$};
%\node at (1.15,1.9) {$\mathfrak{R}$};
\node[circle,draw=white, fill=white, inner sep=0pt,minimum size=8pt] (R) at (1.15,1.9) {$\mathfrak{R}$};
\end{tikzpicture}
% \caption{Lacan's Schema R}
%\end{figure}
\vspace{1cm}
%\begin{figure}
% \centering
\begin{tikzpicture}
\coordinate (p) at (0,4) {};
\coordinate (M) at (4,4) {};
\coordinate (I) at (0,0) {};
\coordinate (P) at (4,0) {};
%
\coordinate (m) at (0,2) {};
\coordinate (i) at (2,4) {};
%outer lines
\draw [semithick, densely dashed] (p)--(i); %p--I
\draw [semithick] (i)--(M); %p--I
\draw [semithick, densely dashed] (p)--(I); %p--I
\draw [semithick] (I)--(P); %I--P
\draw [semithick] (M)--(P); %M--P
%
\draw [semithick] (M)--(I); %M--I
\draw [semithick] (m)--(i); %m--i
\draw[pattern=north west lines, pattern color=black] (m)--(i)--(M)--(I);
%labels
\node at (-0.15,4.15) {$\varphi$};
\node at (4.2,4.2) {M};
\node at (-0.2,-0.2) {I};
\node at (4.2,-0.2) {P};
%
\node at (-0.25,2) {$m$};
\node at (2,4.2) {$i$};
%
\node at (3.8,0.2) {A};
\node at (0.2,3.78) {S};
\node at (0.45,0.2) {$a${\scriptsize $^\prime$}};
\node at (3.84,3.6) {$a$};
%
\node at (2.8,1.3) {$\mathcal{S}$};
\node at (0.8,3.3) {$\mathfrak{I}$};
\node[circle,draw=white, fill=white, inner sep=0pt,minimum size=8pt] (R) at (1.5,2.4) {$\mathfrak{R}$};
\end{tikzpicture}
% \caption{Lacan's Schema R}
%\end{figure}
\end{document}