guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/54: gnu: Add texlive-pxcjkcat.


From: guix-commits
Subject: 47/54: gnu: Add texlive-pxcjkcat.
Date: Wed, 16 Aug 2023 07:17:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 402e57ec5b42bc88220c373059cfe04ff8f49842
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 13:01:39 2023 +0200

    gnu: Add texlive-pxcjkcat.
    
    * gnu/packages/tex.scm (texlive-pxcjkcat): 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 cc2ea8ef66..98ff10dcbe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15136,6 +15136,26 @@ font.  This package also supports setup for the fonts 
used in the
 @code{japanese-otf} package.")
     (license license:expat)))
 
+(define-public texlive-pxcjkcat
+  (package
+    (name "texlive-pxcjkcat")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/")
+             (base32
+              "10lbwry55rdldfhj2v893rpp1jdzv00vxhg4hf4gsgsmv1nnp25f")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pxcjkcat";)
+    (synopsis "LaTeX interface for the CJK category codes of upTeX")
+    (description
+     "The package provides management of the CJK category code table of the
+upTeX extended TeX engine.  Package options are available for tailored use in
+the cases of documents that are principally written in Japanese, or
+principally written in English or other Western languages.")
+    (license license:expat)))
+
 (define-public texlive-pwebmac
   (package
     (name "texlive-pwebmac")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]