guix-commits
[Top][All Lists]
Advanced

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

10/54: gnu: Add texlive-bxcjkjatype.


From: guix-commits
Subject: 10/54: gnu: Add texlive-bxcjkjatype.
Date: Wed, 16 Aug 2023 07:16:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 70b1636f222a8503978dea57625490a447356cd4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:00:31 2023 +0200

    gnu: Add texlive-bxcjkjatype.
    
    * gnu/packages/tex.scm (texlive-bxcjkjatype): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c4a06f40be..4031914823 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3282,6 +3282,28 @@ other packages created by the same author.  However 
@code{bxbase} package
 contains a few user-level commands and is of some use by itself.")
     (license license:expat)))
 
+(define-public texlive-bxcjkjatype
+  (package
+    (name "texlive-bxcjkjatype")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bxcjkjatype/"
+                   "tex/latex/bxcjkjatype/")
+             (base32
+              "1cnh1xdqcapahixzfxrrmadplkfrljh1vcdq7i3p4xdaclrbhzds")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bxcjkjatype";)
+    (synopsis "Typeset Japanese with pdfLaTeX and CJK")
+    (description
+     "The package provides a working configuration of the CJK package,
+suitable for Japanese typesetting of moderate quality.  Moreover, it
+facilitates use of the CJK package for pLaTeX users, by providing commands
+that are similar to those used by the pLaTeX kernel and some other packages
+used with it.")
+    (license license:expat)))
+
 (define-public texlive-bytefield
   (package
     (name "texlive-bytefield")



reply via email to

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