summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Pappus.tex
blob: 539790b1d9615b744c4d73f219a7e85a76900a0f (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\newpage\section{Pappus}
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<–––––––––––––––––––––––––––––    Pappus   ––––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
\begin{NewMacroBox}{grPappus}{\oarg{options}}

\medskip
From MathWord : \url{http://mathworld.wolfram.com/PappusGraph.html}

\emph{A cubic symmetric distance-regular graph on 18 vertices, illustrated below in three embeddings. It can be represented in LCF notation $[5,7,-7,7,-7,-5]^3$  (Frucht 1976).}
\href{http://mathworld.wolfram.com/topics/GraphTheory.html}%
           {\textcolor{blue}{MathWorld}} by \href{http://en.wikipedia.org/wiki/Eric_W._Weisstein}%
           {\textcolor{blue}{E.Weisstein}}   

From Wikipedia : \url{http://en.wikipedia.org/wiki/Pappus_graph}
\emph{In the mathematical field of graph theory, the Pappus graph is a 3-regular graph with 18 vertices and 27 edges, formed as the Levi graph of the Pappus configuration. It is a distance-regular graph, one of only 14 such cubic graphs according to Cubic symmetric graphs.}

This macro can be used with three different forms.
\end{NewMacroBox}

\bigskip


\subsection{\tkzname{Pappus Graph : form 1}} 
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[scale=.7]
   \GraphInit[vstyle=Art]
   \grPappus[RA=7]
\end{tikzpicture} 
\end{tkzexample}  
\end{center}
 
\vfill\newpage     
\subsection{\tkzname{Pappus Graph : form 2}} 

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Art]
   \SetGraphArtColor{red}{olive}
   \grPappus[form=2,RA=7,RB=5,RC=3]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage
\subsection{\tkzname{Pappus Graph : form 3}} 

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Art]
   \SetGraphArtColor{gray}{blue}
   \grPappus[form=3,RA=7,RB=5,RC=2.5] 
 \end{tikzpicture}
\end{tkzexample} 
\end{center}


\endinput