[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/39: gnu: Add texlive-cjkpunct.
From: |
guix-commits |
Subject: |
09/39: gnu: Add texlive-cjkpunct. |
Date: |
Tue, 15 Aug 2023 07:38:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b0f1421c73744ab28184beaa0a529fd8b1fc2e36
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 12:15:47 2023 +0200
gnu: Add texlive-cjkpunct.
* gnu/packages/tex.scm (texlive-cjkpunct): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 723f8ef850..e00a233bad 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3491,6 +3491,25 @@ the above -- Cyrillic, Greek, Latin-based scripts,
Russian and Vietnamese are
supported.")
(license license:gpl2)))
+(define-public texlive-cjkpunct
+ (package
+ (name "texlive-cjkpunct")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cjkpunct/"
+ "source/latex/cjkpunct/"
+ "tex/latex/cjkpunct/")
+ (base32
+ "0l4jnawgcsq7lzsrky7259diswxm06mn9mvgxgw8j0za10kvv4vb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cjkpunct")
+ (synopsis "Adjust locations and kerning of CJK punctuation marks")
+ (description "The package serves as a companion package for CJK. It
+adjust locations and kerning of CJK punctuation marks.")
+ (license license:lppl1.3+)))
+
(define-public texlive-clrscode
(package
(name "texlive-clrscode")
- 02/39: gnu: Add texlive-arphic., (continued)
- 02/39: gnu: Add texlive-arphic., guix-commits, 2023/08/15
- 03/39: gnu: Add texlive-cns., guix-commits, 2023/08/15
- 12/39: gnu: Add texlive-luatexja., guix-commits, 2023/08/15
- 28/39: gnu: Add texlive-ctex., guix-commits, 2023/08/15
- 22/39: gnu: Add texlive-xcjk2uni., guix-commits, 2023/08/15
- 38/39: gnu: Add texlive-jfmutil., guix-commits, 2023/08/15
- 32/39: gnu: Add texlive-cjk-gs-integrate., guix-commits, 2023/08/15
- 37/39: gnu: Add texlive-fixjfm., guix-commits, 2023/08/15
- 06/39: gnu: Add texlive-uhc., guix-commits, 2023/08/15
- 10/39: gnu: Add texlive-everyhook., guix-commits, 2023/08/15
- 09/39: gnu: Add texlive-cjkpunct.,
guix-commits <=
- 14/39: gnu: Add texlive-ptex., guix-commits, 2023/08/15
- 16/39: gnu: Add texlive-ptex-base., guix-commits, 2023/08/15
- 19/39: gnu: Add texlive-uptex., guix-commits, 2023/08/15
- 21/39: gnu: Add texlive-uplatex., guix-commits, 2023/08/15
- 18/39: gnu: Add texlive-uptex-fonts., guix-commits, 2023/08/15
- 25/39: gnu: Add texlive-zhmetrics-uptex., guix-commits, 2023/08/15
- 30/39: gnu: Add texlive-zxjafont., guix-commits, 2023/08/15
- 31/39: gnu: Add texlive-c90., guix-commits, 2023/08/15
- 36/39: gnu: Add texlive-evangelion-jfm., guix-commits, 2023/08/15
- 23/39: gnu: Add texlive-xpinyin., guix-commits, 2023/08/15