summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/digiconfigs/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-01 21:35:01 +0000
committerKarl Berry <karl@freefriends.org>2006-07-01 21:35:01 +0000
commita8fc2d59858b6da806b0b23d7b41e2c8ea801c2a (patch)
tree2101c998583f6f79ed5d6773be30d5a35193b6fa /Master/texmf-dist/doc/latex/digiconfigs/README
parente3f27b1e5a8a5e0c4a23ca96c61cb98fc3f589dd (diff)
new package digiconfigs
git-svn-id: svn://tug.org/texlive/trunk@1737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/digiconfigs/README')
-rw-r--r--Master/texmf-dist/doc/latex/digiconfigs/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/digiconfigs/README b/Master/texmf-dist/doc/latex/digiconfigs/README
new file mode 100644
index 00000000000..d679863c579
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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