me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-moire.

* gnu/packages/tex.scm (texlive-pst-moire): New variable.
Nicolas Goaziou 2023-08-14 10:26:00 +02:00
parent 0b33a614bb
commit 271a4102e3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -33515,6 +33515,24 @@ a solver of linear equation systems.")
drawing images as if reflected by a spherical mirror.") drawing images as if reflected by a spherical mirror.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-moire
(package
(name "texlive-pst-moire")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-moire/" "dvips/pst-moire/"
"tex/generic/pst-moire/"
"tex/latex/pst-moire/")
(base32
"0i2p5b2cfhnbmszcs5ydlk4nfxhwgl84kq148kpg6cx07gg8rr6l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-moire")
(synopsis "PSTricks package to draw moiré patterns")
(description "This is a PSTricks package to draw moiré patterns.")
(license license:lppl1.3c)))
(define-public texlive-pst-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")