summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-2-0.tex
blob: 75a129bb3e32e926a5af4d8f81c9b993c8e851c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%
% tkz-namedgraphs (27/05/2011)
%
% Coding (utf8) Creator (TeX) Producer (pdfeTeX) 
% Author Alain Matthes
\input{tkzpreamblenamed.ltx}

\begin{document}

\begin{tikzpicture}[rotate=45]%
     \tikzstyle{VertexStyle} = [shape           = circle,
                                shading         = ball,
                                ball color      = gray!60,
                                inner sep       = 3pt,
                                draw]
     \tikzstyle{EdgeStyle}  = [thick,orange]
     \SetVertexNoLabel
     \grCycle[prefix=a,RA=3]{4}%
     \grCycle[prefix=b,RA=4]{4}%
     \grCycle[prefix=c,RA=5]{4}%
     \grCycle[prefix=d,RA=6]{4}%
     \grCycle[prefix=e,RA=7]{4}%
     \foreach \r/\s/\t in {a/d/e,b/e/a,c/a/b,d/b/c,e/c/d}{%
        \Edges(\r0,\s1,\r2,\t3,\r0)
        }
 \end{tikzpicture}

\end{document}