ngz pushed a commit to branch master in repository guix. commit 5d6c616d656351fcd49c6f33661555fa3e146af2 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Mon Aug 14 10:11:52 2023 +0200
gnu: Add texlive-pst-bar. * gnu/packages/tex.scm (texlive-pst-bar): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c139545736..ddb93593cd 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -32470,6 +32470,26 @@ which was related to arrows, like multiple arrows and so on.") "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")