summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/randomwalk/README.md
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/randomwalk/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/randomwalk/README.md')
-rw-r--r--macros/latex/contrib/randomwalk/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/randomwalk/README.md b/macros/latex/contrib/randomwalk/README.md
new file mode 100644
index 0000000000..5c5ffc3264
--- /dev/null
+++ b/macros/latex/contrib/randomwalk/README.md
@@ -0,0 +1,32 @@
+Random Walks for LaTeX
+=================================
+* E-mail: blflatex+randomwalk@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!
+See https://github.com/blefloch/latex-randomwalk
+
+
+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
+
+
+