me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-histogr.

* gnu/packages/tex.scm (texlive-histogr): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:26 +02:00
parent 1aa40cd567
commit 000fdcbc31
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -84907,6 +84907,25 @@ to be printed on paper.")
For this purpose it builds on the generic @code{listings} package.")
(license license:expat)))
(define-public texlive-histogr
(package
(name "texlive-histogr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/histogr/" "source/latex/histogr/"
"tex/latex/histogr/")
(base32
"1flg3r64zlwxhkxr4np7p5nzsfshyy4bzxspqpkzz08lvj8q7imz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/histogr")
(synopsis "Draw histograms with the LaTeX @code{picture} environment")
(description
"This is a collection of macros to draw histogram bars inside a LaTeX
@code{picture} environment.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar