gnu: Add texlive-pst-bezier.
* gnu/packages/tex.scm (texlive-pst-bezier): New variable.
This commit is contained in:
parent
fa6bfaf412
commit
2727cb758a
1 changed files with 22 additions and 0 deletions
|
@ -32514,6 +32514,28 @@ (define-public texlive-pst-barcode
|
|||
@code{pst-pdf}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-bezier
|
||||
(package
|
||||
(name "texlive-pst-bezier")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/pst-bezier/"
|
||||
"dvips/pst-bezier/"
|
||||
"tex/generic/pst-bezier/"
|
||||
"tex/latex/pst-bezier/")
|
||||
(base32
|
||||
"181232snaqfjdc5mzazsdgjvmjn27pcfx45mydkk0cpp61kdr9yk")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pst-bezier")
|
||||
(synopsis "Draw Bezier curves")
|
||||
(description
|
||||
"The package provides a macro @code{\\psbcurve} for drawing a Bezier curve.
|
||||
Provision is made for full control of over all the control points of the
|
||||
curve.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-text
|
||||
(package
|
||||
(name "texlive-pst-text")
|
||||
|
|
Loading…
Reference in a new issue