mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add texlive-numspell.
* gnu/packages/tex.scm (texlive-numspell): New variable.
This commit is contained in:
parent
5a35fb1aa7
commit
d70d3d0fca
1 changed files with 19 additions and 0 deletions
|
@ -90668,6 +90668,25 @@ (define-public texlive-numname
|
||||||
the convenience of non-users of that class.")
|
the convenience of non-users of that class.")
|
||||||
(license license:lppl)))
|
(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
|
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue