mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add texlive-pst-perspective.
* gnu/packages/tex.scm (texlive-pst-perspective): New variable.
This commit is contained in:
parent
574f53deb8
commit
c907fa75c7
1 changed files with 20 additions and 0 deletions
|
@ -33741,6 +33741,26 @@ (define-public texlive-pst-pdgr
|
||||||
files from spreadsheets is available.")
|
files from spreadsheets is available.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Loading…
Reference in a new issue