me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-smartunits.

* gnu/packages/tex.scm (texlive-smartunits): New variable.
master
Nicolas Goaziou 2023-08-29 16:01:29 +02:00
parent b8be897757
commit 1350f2534d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -96026,6 +96026,25 @@ Many commands are provided to serve as a macro programming environment for
using the extended labels.") using the extended labels.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-smartunits
(package
(name "texlive-smartunits")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/smartunits/"
"tex/latex/smartunits/")
(base32
"002962fis50p644izb5rj0yx8b54h7jj98ksxrfn5043hxq80za8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/smartunits")
(synopsis "Converting between common metric and Imperial units")
(description
"This LaTeX package implements a @code{\\SmartUnit} macro for converting
between (some) metric and Imperial units.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar