blob: 4d128bebdc3736891f7620cdad14d25cceb5177b (
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
30
31
|
----------------------------------------------------------------
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 l3kernel and l3packages 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
|