me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-zhmetrics-uptex.

* gnu/packages/tex.scm (texlive-zhmetrics-uptex): New variable.
Nicolas Goaziou 2023-08-15 13:11:30 +02:00
parent ffb42e0997
commit 828b9996e2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -31013,6 +31013,27 @@ Lishu, Fangsong, Youyuan and Hei. Two encodings (GBK and UTF-8) are
supported.") supported.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-zhmetrics-uptex
(package
(name "texlive-zhmetrics-uptex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/zhmetrics-uptex/"
"fonts/tfm/public/zhmetrics-uptex/"
"fonts/vf/public/zhmetrics-uptex/")
(base32
"1598l2k32g8nvxqzbgc6mzsib4v0pmsn9h221r4m1d95vm3n0pvd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zhmetrics-uptex")
(synopsis "Chinese font metrics for upTeX")
(description
"The package contains some Chinese font metrics (JFM, VF, etc) for upTeX
engine, together with a simple DVIPDFMx font mapping of Fandol fonts for
DVIPDFMx.")
(license license:lppl1.3+)))
(define-public texlive-zhspacing (define-public texlive-zhspacing
(package (package
(name "texlive-zhspacing") (name "texlive-zhspacing")