gnu: Add texlive-numspell.

* gnu/packages/tex.scm (texlive-numspell): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:57:03 +02:00
parent 5a35fb1aa7
commit d70d3d0fca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90668,6 +90668,25 @@ (define-public texlive-numname
the convenience of non-users of that class.")
(license license:lppl)))
(define-public texlive-numspell
(package
(name "texlive-numspell")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/numspell/" "tex/latex/numspell/")
(base32
"0cb1xzpkassg9zdk2p22dm6f9x4hg7ij7siw1bivhqwfgkd1l617")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/numspell")
(synopsis "Spelling cardinal and ordinal numbers")
(description
"This package supports the spelling of cardinal and ordinal numbers.
Supported languages are English, French, German, Hungarian, Italian, and
Latin.")
(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