summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/randomwalk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-24 00:40:31 +0000
committerKarl Berry <karl@freefriends.org>2011-01-24 00:40:31 +0000
commita19ad32cf56ba3ede021b0591ba0403e596c4a32 (patch)
tree1a8431db8daf791e4cef6c249f9d28e1fba66bb2 /Master/texmf-dist/doc/latex/randomwalk
parente2a7756df6a69b1285382d47d185837b6a538e7f (diff)
new latex package randomwalk (20jan11)
git-svn-id: svn://tug.org/texlive/trunk@21161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/randomwalk')
-rw-r--r--Master/texmf-dist/doc/latex/randomwalk/README31
-rw-r--r--Master/texmf-dist/doc/latex/randomwalk/randomwalk.pdfbin0 -> 431500 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/randomwalk/README b/Master/texmf-dist/doc/latex/randomwalk/README
new file mode 100644
index 00000000000..834d1e34e41
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/randomwalk/README
@@ -0,0 +1,31 @@
+----------------------------------------------------------------
+randomwalk --- cutomizable random walks using TikZ
+E-mail: bruno@le-floch.fr
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+----------------------------------------------------------------
+
+The randomwalk package provides a user command, \RandomWalk,
+to draw random walks with a given number of steps. Lengths and angles
+of the steps can be customized in various ways.
+
+This package uses TikZ. It also uses the expl3 and xpackages bundles
+(it is an overkill in this case, but more people should use these,
+to test them and get them to improve even more).
+
+
+This is work in progress, all suggestions/comments/bug reports are welcome!
+
+
+The package is extracted by running
+ pdflatex randomwalk.ins
+
+The documentation is produced by running
+ pdflatex randomwalk.dtx
+ makeindex -s gglo.ist -o randomwalk.gls randomwalk.glo
+ makeindex -s gind.ist -o randomwalk.ind randomwalk.idx
+ pdflatex randomwalk.dtx
+ pdflatex randomwalk.dtx
+
+
+
diff --git a/Master/texmf-dist/doc/latex/randomwalk/randomwalk.pdf b/Master/texmf-dist/doc/latex/randomwalk/randomwalk.pdf
new file mode 100644
index 00000000000..5030285f908
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/randomwalk/randomwalk.pdf
Binary files differ