%
% tkz-namedgraphs (27/05/2011)
%
% Coding (utf8) Creator (TeX) 
% Author Alain Matthes
\input{tkzpreamblenamed.ltx}

\begin{document}

\begin{tikzpicture}[rotate=90]
  \tikzstyle{VertexStyle} = [shape                = circle,%
                             color                = white,
                             fill                 = black,
                             very thin,
                             inner sep            = 0pt,%
                             minimum size         = 18pt,
                             draw]
  \tikzstyle{EdgeStyle}    = [thick,%
                              double               = brown,%
                              double distance      = 1pt]
  \grGeneralizedPetersen[Math,RA=6]{10}{3}
 \end{tikzpicture}

\end{document} 
