2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00

Umstrukturiert

This commit is contained in:
Martin Thoma 2014-01-14 21:05:49 +01:00
parent f0464af9a6
commit ad185ee6dd
3 changed files with 28 additions and 28 deletions

View file

@ -2,8 +2,8 @@
\tikzstyle{point}=[circle,thick,draw=black,fill=black,inner sep=0pt,minimum width=4pt,minimum height=4pt]
\node (P)[point,label={[label distance=0cm]-90:$P$}] at (0,0) {};
\node (Q)[point,label={[label distance=0cm]-90:$Q$}] at (5,1) {};
\node (A)[point,label={[label distance=0cm]180:$\varphi_1(R)$}] at (2,2) {};
\node (B)[point,label={[label distance=0cm]190:$\varphi_2(R)$}] at (1,3) {};
\node (A)[point,label={[label distance=0cm]180:$A$}] at (2,2) {};
\node (B)[point,label={[label distance=0cm]190:$B$}] at (1,3) {};
\draw[very thick] (P) edge node {} (Q);
\draw[very thick, red] (P) edge node {} (A);