me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-lens.

* gnu/packages/tex.scm (texlive-pst-lens): New variable.
Nicolas Goaziou 2023-08-14 10:23:11 +02:00
parent 3999388a1c
commit 71028d8ead
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -33359,6 +33359,28 @@ of illustrations together with their source code, making it an easy read.")
layouts of material, typically to be overlaid on an included graphic.")
(license license:lppl)))
(define-public texlive-pst-lens
(package
(name "texlive-pst-lens")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-lens/"
"source/generic/pst-lens/"
"tex/generic/pst-lens/"
"tex/latex/pst-lens/")
(base32
"0h2930i4izgfjk96445yiwsk6x8cg5cl4zlqrg5rsv7nr2k8njy3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-lens")
(synopsis "Lenses with PSTricks")
(description
"This PSTricks package provides a really rather simple command
@code{\\PstLens} that will draw a lens. Command parameters provide
a remarkable range of effects.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")