summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex b/macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex
new file mode 100644
index 0000000000..626f3e7cec
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-berge/examples/latex/grCLadder.tex
@@ -0,0 +1,39 @@
+% 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}
+
+\tikzstyle{EdgeStyle}= [thick,%
+ double = orange,%
+ double distance = 1pt]
+\begin{center}
+
+ \tikzstyle{VertexStyle}=[shape = circle,
+ shading = ball,
+ ball color = green!30,
+ minimum size = 24pt,
+ draw]
+ \SetVertexLabel
+ \tikzstyle{EdgeStyle}= [color=red!30,
+ double= green!50!black,
+ double distance = 2pt]
+\begin{tikzpicture}
+\grPrism[RA=5,RB=3]{6}%
+\end{tikzpicture}
+
+\begin{tikzpicture}
+\grPrism[RA=5,RB=3]{4}%
+\end{tikzpicture}
+
+
+\end{center}
+
+\end{document} \ No newline at end of file