summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/digiconfigs/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/digiconfigs/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/digiconfigs/README')
-rw-r--r--macros/latex/contrib/digiconfigs/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/latex/contrib/digiconfigs/README b/macros/latex/contrib/digiconfigs/README
new file mode 100644
index 0000000000..d679863c57
--- /dev/null
+++ b/macros/latex/contrib/digiconfigs/README
@@ -0,0 +1,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