gnu: Add texlive-lengthconvert.

* gnu/packages/tex.scm (texlive-lengthconvert): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:08 +02:00
parent e575d59fd4
commit 6640ec4014
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87053,6 +87053,26 @@ (define-public texlive-leipzig
easy indexing and glossary printing.")
(license license:lppl1.3+)))
(define-public texlive-lengthconvert
(package
(name "texlive-lengthconvert")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lengthconvert/"
"source/latex/lengthconvert/"
"tex/latex/lengthconvert/")
(base32
"19j6ls0jh0s8is0sizc9r3m6x715zblk3rb3cp4nwicf526vnfg3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lengthconvert")
(synopsis "Express lengths in arbitrary units")
(description
"The package provides a command to convert a length to any of a large
selection of units.")
(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