% (C) Lars Madsen, daleif@imf.au.dk, 2006/06/22
% This material is subject to the LaTeX Project Public License. 
% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html 
% for the details of that license.


The 'digiconfigs' package provide a simple wayt ot create so-called
configurations, which is matrices of \circ's and \bullet's used in
Stochastic Geometry and Digital Image Analysis.

So instead of writing

\begin{bmatrix} 
 \circ   & \bullet & \circ \\
 \circ   & \bullet & \circ \\
 \bullet & \bullet & \circ 
\end{bmatrix}

one simply writes

\dconfig[3]{c.c c.c ..c}

See the manual for more information.

/daleif