me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-zhmetrics.

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

View File

@ -30975,6 +30975,44 @@ what your review will look like on zbMATH Open and you can test whether your
LaTeX-Code will compile on our system.")
(license (list license:gpl3 license:cc-by-sa4.0))))
(define-public texlive-zhmetrics
(package
(name "texlive-zhmetrics")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/zhmetrics/"
"fonts/tfm/zhmetrics/cyberb/"
"fonts/tfm/zhmetrics/gbk/"
"fonts/tfm/zhmetrics/gbkfs/"
"fonts/tfm/zhmetrics/gbkhei/"
"fonts/tfm/zhmetrics/gbkkai/"
"fonts/tfm/zhmetrics/gbkli/"
"fonts/tfm/zhmetrics/gbksong/"
"fonts/tfm/zhmetrics/gbkyou/"
"fonts/tfm/zhmetrics/unifs/"
"fonts/tfm/zhmetrics/unihei/"
"fonts/tfm/zhmetrics/unikai/"
"fonts/tfm/zhmetrics/unili/"
"fonts/tfm/zhmetrics/unisong/"
"fonts/tfm/zhmetrics/uniyou/"
"source/fonts/zhmetrics/"
"tex/generic/zhmetrics/"
"tex/latex/zhmetrics/")
(base32
"0953rxs3k3vil9aq9v8hacwbnchz73ql8xp0dp0ynpw6v8iabxyg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zhmetrics")
(synopsis "TFM subfont files for using Chinese fonts in 8-bit TeX")
(description
"These are metrics to use existing Chinese TrueType fonts in workflows
that use LaTeX and @command{dvipdfmx}, or pdfLaTeX. The fonts themselves are
not included in the package. Six font families are supported: Kai, Song,
Lishu, Fangsong, Youyuan and Hei. Two encodings (GBK and UTF-8) are
supported.")
(license license:lppl)))
(define-public texlive-zhspacing
(package
(name "texlive-zhspacing")