me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lengthconvert.

* gnu/packages/tex.scm (texlive-lengthconvert): New variable.
master
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
1 changed files with 20 additions and 0 deletions

View File

@ -87053,6 +87053,26 @@ abbreviations can be used alone or on top of the @code{glossaries} package for
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