summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex
deleted file mode 100644
index dcb8fe001d1..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-14.2.1.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 100 (Section 14.2.1 : Place an arrow on segment)
-
-\begin{tikzpicture}
- \tikzset{
- arr/.style={postaction=decorate,
- decoration={markings,
- mark=at position .5 with {\arrow[thick]{#1}}
- }}}
- \tkzDefPoint(0,0){A}
- \tkzDefPoint(4,-4){B}
- \tkzDrawSegments[arr=stealth](A,B)
- \tkzDrawPoints(A,B)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file