summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex
deleted file mode 100644
index 26cb6fb9134..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-2.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 87 (Section 15.3.2 : Use of \tkzname{mark})
-
-\begin{tikzpicture}
- \tkzDefPoint(2,1){A}
- \tkzDefPoint(6,4){B}
- \tkzDrawSegment(A,B)
- \tkzMarkSegment[color=gray,
- pos=0.2,mark=s|](A,B)
- \tkzMarkSegment[color=gray,
- pos=0.4,mark=s||](A,B)
- \tkzMarkSegment[color=brown,
- pos=0.6,mark=||](A,B)
- \tkzMarkSegment[color=red,
- pos=0.8,mark=|||](A,B)
-\end{tikzpicture}
-
-\end{document}