summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex
new file mode 100644
index 0000000000..6701537aa5
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.2.tex
@@ -0,0 +1,21 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 65 (Section 8.6.2 : Changing the style)
+
+\begin{tikzpicture}
+ \tikzset{point style/.style={%
+ draw = blue,
+ inner sep = 0pt,
+ shape = circle,
+ minimum size = 6pt,
+ fill = red!20}}
+ \tkzDefPoint(1,3){A}
+ \tkzDefPoint(4,1){B}
+ \tkzDefPoint(0,0){O}
+ \tkzDrawPoint(A)
+ \tkzDrawPoint(B)
+ \tkzDrawPoint(O)
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file