summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex b/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
new file mode 100644
index 0000000000..3199fdf61a
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
@@ -0,0 +1,27 @@
+%
+% tkz-namedgraphs (27/05/2011)
+%
+% Coding (utf8) Creator (TeX)
+% 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}