ngz pushed a commit to branch master
in repository guix.
commit f8f462922ee32fc8c62b41325c5dec9037dff7eb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 20:14:44 2023 +0200
gnu: Add texlive-upzhkinsoku.
* gnu/packages/tex.scm (texlive-upzhkinsoku): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ac42c1beb4..78a25312ec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15163,6 +15163,26 @@ original LaTeX with @code{\\inputenc@{utf8@}} and Babel
(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")