summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex
new file mode 100644
index 00000000000..4b69e98f7da
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-10-3.tex
@@ -0,0 +1,16 @@
+\begin{tikzpicture}
+ \tkzInit[ymin=-0.5,ymax=3,xmin=-0.5,xmax=7]
+ \tkzDefPoint(0,0){A}
+ \tkzDefPoint(02.25,04.25){B}
+ \tkzDefPoint(4,0){C}
+ \tkzDefPoint(3,2){D}
+ \tkzDrawSegments(A,B A,C A,D)
+{\tkzSetUpPoint[shape=cross out,
+ fill= MidnightBlue!50,
+ size=4,color=MidnightBlue]
+ \tkzDrawPoints(A,B)}
+ \tkzSetUpPoint[fill= MidnightBlue!50,size=4,
+ color=MidnightBlue]
+ \tkzDrawPoints(C,D)
+ \tkzLabelPoints(A,B,C,D)
+\end{tikzpicture}