me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-randomwalk.

* gnu/packages/tex.scm (texlive-randomwalk): New variable.
Nicolas Goaziou 2023-07-13 09:42:03 +02:00
parent 520041c954
commit 7e96dbef37
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3655,6 +3655,27 @@ marginal plots (using the packages PSTricks and @code{pst-plot}), and
coordinate system).") coordinate system).")
(license license:lppl))) (license license:lppl)))
(define-public texlive-randomwalk
(package
(name "texlive-randomwalk")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/randomwalk/"
"source/latex/randomwalk/"
"tex/latex/randomwalk/")
(base32
"1mmisgiy0c6qww6xyp9r825snh1dkmn81qjg39c7n1jxig3a8rj3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/randomwalk")
(synopsis "Random walks using TikZ")
(description
"The @code{randomwalk} package provides a user command, @code{\\RandomWalk},
to draw random walks with a given number of steps. Lengths and angles of the
steps can be customized in various ways.")
(license license:lppl1.3c)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")