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

\begin{document}

\begin{tikzpicture}[rotate=90,scale=1]
  \GraphInit[vstyle=Art]
  \SetGraphArtColor{magenta}{gray}
  \grCycle[RA=5,prefix=a]{7}
  \begin{scope}[rotate=-20]\grEmptyCycle[RA=4,prefix=b]{7}\end{scope}
  \grCirculant[RA=3,prefix=c]{7}{2}
  \grCirculant[RA=1.4,prefix=d]{7}{3}
  \EdgeIdentity{a}{b}{7}
  \EdgeIdentity{b}{c}{7}
  \EdgeIdentity{b}{d}{7}
 \end{tikzpicture}

\end{document}