summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex b/Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex
new file mode 100644
index 00000000000..9cbbc3ddf0a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex
@@ -0,0 +1,23 @@
+%
+% tkz-namedgraphs (27/05/2011)
+%
+% Coding (utf8) Creator (TeX)
+% Author Alain Matthes
+\input{tkzpreamblenamed.ltx}
+
+\begin{document}
+
+\begin{tikzpicture}
+ \GraphInit[vstyle=Art]
+ \SetGraphArtColor{magenta}{gray}
+ \grCycle[RA=7,prefix=b]{24}
+ \grEmptyStar[RA=3,prefix=a]{4}
+ \EdgeDoubleMod{a}{3}{0}{1}{b}{24}{0}{8}{2}
+ \EdgeDoubleMod{a}{3}{0}{1}{b}{24}{7}{8}{2}
+ \EdgeDoubleMod{a}{3}{0}{1}{b}{24}{18}{8}{2}
+ \EdgeDoubleMod{a}{4}{3}{0}{b}{24}{22}{8}{2}
+ \EdgeInGraphMod*{b}{24}{6}{5}{8}
+ \EdgeInGraphMod*{b}{24}{11}{1}{8}
+ \end{tikzpicture}
+
+\end{document}