me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-visualpstricks.

* gnu/packages/tex.scm (texlive-visualpstricks): New variable.
Nicolas Goaziou 2023-07-13 10:57:41 +02:00
parent 38c5aa989b
commit c9e021cd16
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -5679,6 +5679,24 @@ able to use them originally in a school setting such as on worksheets.")
diagrams for lectures or assignment sheets.")
(license license:lppl)))
(define-public texlive-visualpstricks
(package
(name "texlive-visualpstricks")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/visualpstricks/")
(base32
"1wfri908smlw1ngqq1mjll2b80b29piicqmv67x0xs1v3kc2sz3s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/visualpstricks")
(synopsis "Visual help for PSTricks based on images with minimum text")
(description
"Visual help for PSTricks based on images with minimum text, one image
per command or per parameter.")
(license license:gpl3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")