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, 0 insertions, 23 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
deleted file mode 100644
index 42c2fccbd4..0000000000
--- a/macros/latex/contrib/tkz/tkz-berge/examples/latex/grDoubleMod.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-% 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}