diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-24 00:40:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-24 00:40:31 +0000 |
commit | a19ad32cf56ba3ede021b0591ba0403e596c4a32 (patch) | |
tree | 1a8431db8daf791e4cef6c249f9d28e1fba66bb2 /Master/texmf-dist/doc/latex/randomwalk/README | |
parent | e2a7756df6a69b1285382d47d185837b6a538e7f (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/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/randomwalk/README | 31 |
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 + + + |