AZ logo

CTAN directory: /macros/latex/contrib/digiconfigs

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
digiconfigs Writing "configurations"

Files

Name Size* Date UTC Notes
README 1 KiB 2006-Jun-22 Shown below
digiconfigs.pdf 123 KiB 2006-Jun-22
digiconfigs.sty 5 KiB 2006-Jun-22
digiconfigs.tex 7 KiB 2006-Jun-22

  *File sizes in kibibytes.

Contents of README

% (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