mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-numname.
* gnu/packages/tex.scm (texlive-numname): New variable.
This commit is contained in:
parent
6c20849a55
commit
5a35fb1aa7
1 changed files with 19 additions and 0 deletions
|
@ -90649,6 +90649,25 @@ (define-public texlive-numberedblock
|
|||
document.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-numname
|
||||
(package
|
||||
(name "texlive-numname")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/numname/" "tex/latex/numname/")
|
||||
(base32
|
||||
"164v2rlz3gvfmdpi0qprgkbkz14z8nndr282g85bkggdl4fl9968")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/numname")
|
||||
(synopsis "Convert a number to its English expression")
|
||||
(description
|
||||
"The package can generate cardinal (one, two, ...) and ordinal (first, second,
|
||||
...) numbers. The code derives from the memoir class, and is extracted for
|
||||
the convenience of non-users of that class.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue