summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex b/macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex
new file mode 100644
index 0000000000..42c2fccbd4
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex
@@ -0,0 +1,23 @@
+% 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}
+%\usetikzlibrary{calc}
+\begin{document}
+ \GraphInit[vstyle=Shade]
+ \SetGraphShadeColor{blue!60!black!30}{blue}{white}
+\begin{center}
+ \begin{tikzpicture}
+ \grCycle[RA=7]{27}
+ \EdgeDoubleMod{a}{27}{0}{3}
+ {a}{27}{13}{3}{9}
+ \end{tikzpicture}
+\end{center}
+
+\end{document}