me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dimnum.

* gnu/packages/tex.scm (texlive-dimnum): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:10 +02:00
parent 6f25d44e62
commit 24318d48a4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -79092,6 +79092,25 @@ especially in biology for species identification), taking care of numbering
and indentation of successive key steps automatically.")
(license license:public-domain)))
(define-public texlive-dimnum
(package
(name "texlive-dimnum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dimnum/" "source/latex/dimnum/"
"tex/latex/dimnum/")
(base32
"1kknxp8b64z9h5xpazb1684x1hy1431nv6wcc89h0knf7pimdizj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dimnum")
(synopsis "Commands for dimensionless numbers")
(description
"This package simplifies the calling of dimensionless numbers in math or text
mode.")
(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