me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-randbild.

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

View File

@ -3633,6 +3633,28 @@ designed to help users generate circuits.")
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
(define-public texlive-randbild
(package
(name "texlive-randbild")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/randbild/"
"source/latex/randbild/"
"tex/latex/randbild/")
(base32
"1y9qf73163ai738pf6qvaqxy5s2cymyg19qyyfs8dfx2gygcyny9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/randbild")
(synopsis "Marginal pictures")
(description
"This package provides environments @code{randbild} to draw small
marginal plots (using the packages PSTricks and @code{pst-plot}), and
@code{randbildbasis} (the same, only without the automatically drawn
coordinate system).")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")