gnu: Add texlive-upzhkinsoku.

* gnu/packages/tex.scm (texlive-upzhkinsoku): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 20:14:44 +02:00
parent ca39d6bd85
commit f8f462922e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15163,6 +15163,26 @@ (define-public texlive-uptex-fonts
(description "The bundle contains fonts (TFM and VF) for use with upTeX.")
(license license:bsd-3)))
(define-public texlive-upzhkinsoku
(package
(name "texlive-upzhkinsoku")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/upzhkinsoku/"
"tex/generic/upzhkinsoku/")
(base32
"0c95fy9raykpjgnkz5h0wyjxyg2h0ksx2kb14lx2rsv65xsi909y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/upzhkinsoku")
(synopsis "Supplementary Chinese kinsoku for Unicode *pTeX")
(description
"This package provides supplementary Chinese kinsoku (line breaking rules
etc.)@: settings for Unicode (e-)upTeX (when using Unicode as its internal
encoding), and ApTeX. Both LaTeX and plain TeX are supported.")
(license license:knuth)))
(define-public texlive-variations
(package
(name "texlive-variations")