summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex b/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex
new file mode 100644
index 0000000000..e7563b31a5
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-Complet-16.tex
@@ -0,0 +1,28 @@
+% Author : Alain Matthes
+% Encoding : UTF8
+% Engine : PDFLaTeX
+\documentclass[]{article}
+\usepackage[utf8]{inputenc}
+\usepackage[usenames,dvipsnames]{xcolor}
+\usepackage{fullpage}
+\usepackage[upright]{fourier}
+\usepackage{tkz-berge}
+\thispagestyle{empty}
+
+\begin{document}
+
+\begin{center}
+\begin{tikzpicture}
+ \SetVertexNoLabel
+ \tikzstyle{VertexStyle}=[shape = circle,
+ shading = ball,
+ ball color = green!40!black,%
+ minimum size = 20pt,%
+ draw]
+ \tikzstyle{EdgeStyle} =[thick,%
+ double= orange,%
+ double distance = 1pt]
+ \grCirculant[RA=6]{16}{2,3,4,5,6,7,8}
+\end{tikzpicture}
+\end{center}
+\end{document} \ No newline at end of file