summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex
deleted file mode 100644
index 3237a2ed1c8..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 69 (Section 8.8.1 : Example with \tkzcname{tkzLabelPoint})
-
-\begin{tikzpicture}
- \tkzDefPoint(0,0){A}
- \tkzDefPoint(4,0){B}
- \tkzDefPoint(0,3){C}
- \tkzDrawSegments(A,B B,C C,A)
- \tkzDrawPoints(A,B,C)
- \tkzLabelPoint[left,red](A){$A$}
- \tkzLabelPoint[right,blue](B){$B$}
- \tkzLabelPoint[above,purple](C){$C$}
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file