summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-13-0.tex
blob: d9a593527ce5f4bf61c37b02849b3867762f4631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%
% tkz-namedgraphs (27/05/2011)
%
% Coding (utf8) Creator (TeX) 
% Author Alain Matthes
\input{tkzpreamblenamed.ltx}

\begin{document}

\begin{tikzpicture}
   \grCycle[RA=7,prefix=a]{10}
   \grSQCycle[RA=4,prefix=b]{10}
     \foreach \v in {0,...,9}
       {\Edge(a\v)(b\v)}
 \end{tikzpicture}

\end{document}