gnu: Add texlive-zhnumber.

* gnu/packages/tex.scm (texlive-zhnumber): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 13:11:40 +02:00
parent 828b9996e2
commit d76b01126a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31034,6 +31034,27 @@ (define-public texlive-zhmetrics-uptex
DVIPDFMx.")
(license license:lppl1.3+)))
(define-public texlive-zhnumber
(package
(name "texlive-zhnumber")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/zhnumber/"
"source/latex/zhnumber/"
"tex/latex/zhnumber/")
(base32
"170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zhnumber")
(synopsis "Typeset Chinese representations of numbers")
(description
"The package provides commands to typeset Chinese representations of numbers.
The main difference between this package and CJKnumb is that the commands
provided are expandable in the proper way.")
(license license:lppl1.3c)))
(define-public texlive-zhspacing
(package
(name "texlive-zhspacing")