summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-17.7.2.tex
blob: b06fc7e18123003ccfa8b1e4f04673876f4e965d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 134 (Section 17.7.2 : Polygonal chain: index notation)

\begin{tikzpicture}
\foreach \pt in {1,2,...,8}	{%
\tkzDefPoint(\pt*20:3){P_\pt}}
\tkzDrawPolySeg(P_1,P_...,P_8)
\tkzDrawPoints(P_1,P_...,P_8)
\end{tikzpicture}

\end{document}