blob: d679863c57924065b44604e35d7ea9105c88f9c3 (
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
|
% (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
|