gnu: Add texlive-bardiag.

* gnu/packages/tex.scm (texlive-bardiag): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 21:52:22 +02:00
parent 2ee9d5f0d7
commit ff3f523352
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16135,6 +16135,25 @@ (define-public texlive-autoarea
away.")
(license license:lppl)))
(define-public texlive-bardiag
(package
(name "texlive-bardiag")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bardiag/" "tex/latex/bardiag/")
(base32
"1iy0cr24ki93jlnmzr1fgqa7jqg0zhxds422cz322zwr19936zz9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bardiag")
(synopsis "LaTeX package for drawing bar diagrams")
(description
"The main purpose of the package is to make the drawing of bar diagrams
possible and easy in LaTeX. The BarDiag package is inspired by and based on
PSTricks.")
(license license:lppl)))
(define-public texlive-barracuda
(package
(name "texlive-barracuda")