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

\begin{document}

\begin{tikzpicture}
  \GraphInit[vstyle=Art]
  \SetGraphArtColor{magenta}{gray}
  \grCycle[RA=7,prefix=c]{7}
  \grEmptyCycle[RA=6,prefix=b]{7}
  \begin{scope}[rotate=12.85]\grEmptyCycle[RA=5,prefix=a]{14}\end{scope}
  \EdgeIdentity{b}{c}{7}
  \EdgeDoubleMod{b}{7}{0}{1}{a}{14}{0}{2}{6}
  \EdgeDoubleMod{b}{7}{0}{1}{a}{14}{13}{2}{6}
  \EdgeInGraphModLoop{a}{14}{4}{0}{0}
  \EdgeInGraphModLoop{a}{14}{6}{1}{1}
 \end{tikzpicture}

\end{document}