summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/randomwalk/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-20 22:31:39 +0000
committerKarl Berry <karl@freefriends.org>2015-09-20 22:31:39 +0000
commit6dfa7943f147ffdfe5efdcb565b537bc91129e95 (patch)
tree391ecf22fdab020f51736958951596edca0707d4 /Master/texmf-dist/doc/latex/randomwalk/README.md
parentb2ea7dce029df59615ef6bd98e335672bd219171 (diff)
randomwalk (20sep15)
git-svn-id: svn://tug.org/texlive/trunk@38418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/randomwalk/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/randomwalk/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/randomwalk/README.md b/Master/texmf-dist/doc/latex/randomwalk/README.md
new file mode 100644
index 00000000000..98beeda3b5e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/randomwalk/README.md
@@ -0,0 +1,31 @@
+Random Walks for LaTeX
+=================================
+* E-mail: blflatex@gmail.com
+* 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 `pgf`. It also uses the `l3kernel` and `l3packages`
+bundles.
+
+
+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
+
+
+