\starttext

\usemodule[tikz]

\placefigure[nonumber]{A (3,3) Dutch windmill}{
\starttikzpicture[x=1in, y=1in, xscale=1, yscale=1,
	n/.style={fill=white, draw=black, shape=circle,
	minimum size=0.2in, inner sep=0, font={\switchtobodyfont[12pt]},
	line width=0.0061in},
	e/.style={draw=black, line width=0.0061in},
    l/.style={font={\switchtobodyfont[12pt]}}]
\node (v0) at (-0.5117,0.0000) [n] {$$};
\node (v1) at (-0.3883,1.5588) [n] {$$};
\node (v2) at (-0.9000,0.6726) [n] {$$};
\node (v3) at (0.9000,0.6726) [n] {$$};
\node (v4) at (0.3883,1.5588) [n] {$$};
\node (v5) at (0.0000,0.7438) [n] {$$};
\node (v6) at (0.5117,0.0000) [n] {$$};
\path (v0) edge[e] node[l] {$$} (v2);
\path (v0) edge[e] node[l] {$$} (v5);
\path (v1) edge[e] node[l] {$$} (v4);
\path (v1) edge[e] node[l] {$$} (v5);
\path (v2) edge[e] node[l] {$$} (v5);
\path (v3) edge[e] node[l] {$$} (v6);
\path (v3) edge[e] node[l] {$$} (v5);
\path (v4) edge[e] node[l] {$$} (v5);
\path (v6) edge[e] node[l] {$$} (v5);
\stoptikzpicture
}

\blank[2*line]

\placefigure[nonumber]{\im{K_{3,3}}}{
\starttikzpicture[x=1in, y=1in, xscale=1, yscale=1,
	n/.style={fill=white, draw=black, shape=circle,
	minimum size=0.2in, inner sep=0, font={\switchtobodyfont[12pt]},
	line width=0.0061in},
	e/.style={draw=black, line width=0.0061in},
    l/.style={font={\switchtobodyfont[12pt]}}]
\node (v0) at (-1.1500,0.6500) [n] {$u_{0}^{}$};
\node (v1) at (0.0000,0.6500) [n] {$u_{1}^{}$};
\node (v2) at (1.1500,0.6500) [n] {$u_{2}^{}$};
\node (v3) at (-1.1500,-0.6500) [n] {$v_{0}^{}$};
\node (v4) at (0.0000,-0.6500) [n] {$v_{1}^{}$};
\node (v5) at (1.1500,-0.6500) [n] {$v_{2}^{}$};
\path (v0) edge[e] node[l] {$$} (v3);
\path (v0) edge[e] node[l] {$$} (v4);
\path (v0) edge[e] node[l] {$$} (v5);
\path (v1) edge[e] node[l] {$$} (v3);
\path (v1) edge[e] node[l] {$$} (v4);
\path (v1) edge[e] node[l] {$$} (v5);
\path (v2) edge[e] node[l] {$$} (v3);
\path (v2) edge[e] node[l] {$$} (v4);
\path (v2) edge[e] node[l] {$$} (v5);
\stoptikzpicture
}


\placefigure[nonumber]{\im{K_5}}{
\starttikzpicture[x=1in, y=1in, xscale=1, yscale=1,
	n/.style={fill=defNodeFillColour, draw=black, shape=circle,
	minimum size=0.25in, inner sep=0, font={\switchtobodyfont[12pt]},
	line width=0.0061in},
	e/.style={draw=defEdgeLineColour, line width=0.0122in},
    l/.style={font={\switchtobodyfont[12pt]}}]
\definecolor[defNodeFillColour][r=0.666667, g=1, b=0.666667]
\definecolor[defEdgeLineColour][r=0.333333, g=0, b=1]
\node (v0) at (0.0000,0.5944) [n] {$v_{0}^{}$};
\node (v1) at (0.6250,0.1403) [n] {$v_{1}^{}$};
\node (v2) at (0.3863,-0.5944) [n] {$v_{2}^{}$};
\node (v3) at (-0.3863,-0.5944) [n] {$v_{3}^{}$};
\node (v4) at (-0.6250,0.1403) [n] {$v_{4}^{}$};
\path (v0) edge[e] node[l] {$$} (v1);
\path (v0) edge[e] node[l] {$$} (v2);
\path (v0) edge[e] node[l] {$$} (v3);
\path (v0) edge[e] node[l] {$$} (v4);
\path (v1) edge[e] node[l] {$$} (v2);
\path (v1) edge[e] node[l] {$$} (v3);
\path (v1) edge[e] node[l] {$$} (v4);
\path (v2) edge[e] node[l] {$$} (v3);
\path (v2) edge[e] node[l] {$$} (v4);
\path (v3) edge[e] node[l] {$$} (v4);
\stoptikzpicture
}

\stoptext
