gnu: Add texlive-pst-bar.

* gnu/packages/tex.scm (texlive-pst-bar): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:11:52 +02:00
parent 09fc024ae8
commit 5d6c616d65
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32470,6 +32470,26 @@ (define-public texlive-pst-asr
"The package allows the user to typeset autosegmental representations.")
(license license:lppl)))
(define-public texlive-pst-bar
(package
(name "texlive-pst-bar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-bar/" "dvips/pst-bar/"
"tex/generic/pst-bar/" "tex/latex/pst-bar/")
(base32
"19x8a3r09m28g6mpa98rz94274yahajznkkqarzwh1n8v54bb7hd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-bar")
(synopsis "Produces bar charts using PSTricks")
(description
"The package uses PSTricks to draw bar charts from data stored in
a comma-delimited file. Several types of bar charts may be drawn, and the
drawing parameters are highly customizable.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")