summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex
deleted file mode 100644
index 5a94a09b748..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13.2.1.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 95 (Section 13.2.1 : Example with \tkzcname{tkzLabelLine})
-
-\begin{tikzpicture}
- \tkzDefPoints{0/0/A,3/0/B,1/1/C}
- \tkzDefLine[perpendicular=through C,K=-1](A,B)
- \tkzGetPoint{c}
- \tkzDrawLines(A,B C,c)
- \tkzLabelLine[pos=1.25,blue,right](C,c){$(\delta)$}
- \tkzLabelLine[pos=-0.25,red,left](C,c){again $(\delta)$}
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file