rekado pushed a commit to branch wip-texlive
in repository guix.
commit 9ebce8fc1dc1612bb1e83fa9986deae7e304f07c
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jul 13 12:53:33 2019 +0200
gnu: Add texlive-hyphen-chinese.
* gnu/packages/tex.scm (texlive-hyphen-chinese): New variable.
---
gnu/packages/tex.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c323ce6..ce10b92 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1518,6 +1518,17 @@ language in T2A and UTF-8 encodings.")
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