summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
committerNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
commite1a7798f45cd37c0aa0bfaaef5f0acb4e48bc867 (patch)
treed2bbebcdb7bcb8fe013a9d3cbd2cff880b18afbf /macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
parent37cb9bbabbfe1a8d0d1334832814ccbefcf9ac0a (diff)
CTAN sync 202101220300
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex b/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
new file mode 100644
index 0000000000..86df830342
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
@@ -0,0 +1,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}