summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
blob: 86df830342808ff6e9c6231a30b4a36a51651be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% 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{tikzpicture} 
	\grEmptyCycle[RA=4]{7} 
	\EdgeInGraphModLoop{a}{7}{2}{1} 
	\end{tikzpicture} 
	
	\begin{tikzpicture} 
	\grEmptyCycle[RA=4]{8} 
	\EdgeInGraphModLoop{a}{8}{2}{1} 
	\end{tikzpicture} 	
	
		\begin{tikzpicture} 
	\grEmptyCycle[RA=4]{8} 
	\EdgeInGraphModLoop{a}{8}{3}{1} 
	\end{tikzpicture} 
\end{document}