summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
blob: e5ff86ac6861d39cac2c5d6986e3f68de9c40ed7 (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
%
% tkz-namedgraphs (27/05/2011)
%
% Coding (utf8) Creator (TeX) Producer (pdfeTeX) 
% Author Alain Matthes
\input{tkzpreamblenamed.ltx}

\begin{document}

\begin{tikzpicture}[scale=.6]
   \tikzstyle{VertexStyle} = [shape           = circle,
                              ball color      = gray!60,
                              minimum size    = 16pt,draw]
   \tikzstyle{EdgeStyle}   = [thick,color=black,%
                              double          = orange,%
                              double distance = 1pt]
   \SetVertexNoLabel
   \grCycle[RA=7.5]{9}
   \grEmptyCycle[prefix=b,RA=5.5]{9}
   \grCirculant[prefix=c,RA=3.5]{9}{4}
   \EdgeIdentity{b}{c}{9}
   \EdgeMod{a}{c}{9}{1}
   \EdgeMod{a}{b}{9}{1}
   \EdgeInGraphMod{b}{9}{2}
   \end{tikzpicture}

\end{document}