2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/documents/GeoTopo/figures/hyperbolische-geometrie-axiom-1-1.tex
2014-01-25 12:40:32 +01:00

13 lines
436 B
TeX

\begin{tikzpicture}
\tkzSetUpPoint[shape=circle,size=3,color=black,fill=black]
\tkzSetUpLine[line width=1]
\tkzInit[xmax=5,ymax=4,xmin=-1,ymin=0]
\tkzDefPoints{2/2/Z1,2/3/Z2,2/0/A}
\tkzAxeXY
\tkzDrawLine[add=2 and 1, color=orange](Z1,Z2)
\tkzDrawPoints(Z1, Z2)
\tkzLabelPoint[right](Z1){$Z_1$}
\tkzLabelPoint[right](Z2){$Z_2$}
\node[orange] at ($(A)+(0.5,0.3)$) {$\Re(Z_1)$};
\end{tikzpicture}