gnu: Add texlive-isonums.

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

View file

@ -85866,6 +85866,25 @@ (define-public texlive-isodoc
standard.")
(license license:lppl1.3c)))
(define-public texlive-isonums
(package
(name "texlive-isonums")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/isonums/" "tex/latex/isonums/")
(base32
"0lm47qxvhdw3mc7549bw32k978cl7gik0inkmin8x0w9mdg22lm5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/isonums")
(synopsis "Display numbers in maths mode according to ISO 31-0")
(description
"The package makes a quick hack to ziffer to display numbers in maths mode
according to ISO 31-0, regardless of input format (European $1.235,7$ or
Anglo-American $1,235.7$).")
(license license:lppl)))
;;;
;;; 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