summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-13-0.tex
blob: 191a03969d24998648beb59fb1140bbf3a6fd101 (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) Producer (pdfeTeX) 
% 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}