me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-perspective.

* gnu/packages/tex.scm (texlive-pst-perspective): New variable.
Nicolas Goaziou 2023-08-14 10:31:12 +02:00
parent 574f53deb8
commit c907fa75c7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -33741,6 +33741,26 @@ used both with LaTeX and PlainTeX. A separate Perl program for generating TeX
files from spreadsheets is available.")
(license license:lppl)))
(define-public texlive-pst-perspective
(package
(name "texlive-pst-perspective")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-perspective/"
"tex/generic/pst-perspective/"
"tex/latex/pst-perspective/")
(base32
"0dm7qqar0kjnc68xwhp7vn4m8bcsmzcs6qzh61ainbls7gni5aq8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-perspective")
(synopsis "Draw perspective views using PSTricks")
(description
"The package provides the means to draw an orthogonal parallel projection
with an arbitrarily chosen angle and a variable shortening factor.")
(license license:lppl1.3+)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")