blob: a2d9741aeaadf0c0c5c87aa1878b041e3d60c72c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
----------------------------------------------------------------
randomwalk --- cutomizable random walks using TikZ
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 TikZ. It also uses the expl3 and xpackages bundles.
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
|