summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-3-0.tex
blob: f360ec4091eec00c6347215f2fe0d008d1b12d01 (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
29
30
31
32
33
34
35
36
37
38
39
%
% tkz-namedgraphs (27/05/2011)
%
% Coding (utf8) Creator (TeX) 
% Author Alain Matthes
\input{tkzpreamblenamed.ltx}

\begin{document}

\begin{tikzpicture}
  \GraphInit[vstyle=Art]
  \grCirculant[RA=3]{6}{1,3}
\end{tikzpicture}\hspace*{12pt}
\begin{tikzpicture}
  \GraphInit[vstyle=Art]
  \grCirculant[RA=3]{8}{1,3}
\end{tikzpicture}

\vspace*{12pt}
\begin{tikzpicture}
  \GraphInit[vstyle=Art]
  \grCirculant[RA=3]{10}{1,3,5}
\end{tikzpicture}\hspace*{12pt}
\begin{tikzpicture}
  \GraphInit[vstyle=Art]
  \grCirculant[RA=3]{12}{1,3,5}
\end{tikzpicture}

\vspace*{12pt}
\begin{tikzpicture}
       \GraphInit[vstyle=Art]
\grCirculant[RA=3]{14}{1,3,5,7}
\end{tikzpicture}\hspace*{12pt}
\begin{tikzpicture}
       \GraphInit[vstyle=Art]
\grCirculant[RA=3]{16}{1,3,5,7}
\end{tikzpicture}

\end{document}