summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/randomwalk/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/randomwalk/README')
-rw-r--r--Master/texmf-dist/doc/latex/randomwalk/README31
1 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
+
+
+