mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: Add texlive-hyphen-chinese.
* gnu/packages/tex.scm (texlive-hyphen-chinese): New variable.
This commit is contained in:
parent
cbc7e10999
commit
9ebce8fc1d
1 changed files with 11 additions and 0 deletions
|
@ -1518,6 +1518,17 @@ (define-public texlive-hyphen-catalan
|
|||
T1/EC and UTF-8 encodings.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-hyphen-chinese
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-chinese" "zh-latn-pinyin"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex")
|
||||
(base32
|
||||
"07gbrn5fcl5d3hyg1zpai3zp1ggl73cmvpalwvh7ah313f57gjkk")))
|
||||
(synopsis "Hyphenation patterns for unaccented Chinese pinyin")
|
||||
(description "The package provides hyphenation patterns for unaccented
|
||||
Chinese pinyin T1/EC and UTF-8 encodings.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue