summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex
new file mode 100644
index 0000000000..091530f8f8
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.5.1.tex
@@ -0,0 +1,16 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 62 (Section 8.5.1 : Equilateral triangle with \tkzcname{tkzDefShiftPointCoord})
+
+\begin{tikzpicture}[scale=1]
+ \tkzDefPoint(2,3){A}
+ \tkzDefShiftPointCoord[2,3](30:4){B}
+ \tkzDefShiftPointCoord[2,3](-30:4){C}
+ \tkzDrawSegments(A,B B,C C,A)
+ \tkzDrawPoints(A,B,C)
+ \tkzLabelPoints(B,C)
+ \tkzLabelPoint[left](A){$A$}
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file