summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex
deleted file mode 100644
index 8c6e4ec4926..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15-3-1.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 86 (Section 15.3.1 : Several marks )
-
-\begin{tikzpicture}
- \tkzDefPoint(2,1){A}
- \tkzDefPoint(6,4){B}
- \tkzDrawSegment(A,B)
- \tkzMarkSegment[color=brown,size=2pt,
- pos=0.4, mark=z](A,B)
- \tkzMarkSegment[color=blue,
- pos=0.2, mark=oo](A,B)
- \tkzMarkSegment[pos=0.8,
- mark=s,color=red](A,B)
-\end{tikzpicture}
-
-\end{document}