guix-commits
[Top][All Lists]
Advanced

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

52/54: gnu: Add texlive-zxjatype.


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

ngz pushed a commit to branch master
in repository guix.

commit ee98774dc7221cb7c7e4cb8243aaba2309a45ccd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 13:07:02 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b0f6e55a34..758f997007 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11883,6 +11883,23 @@ mode to avoid getting lost in big diagrams.")
     (description "This package sets up Japanese font families for XeLaTeX.")
     (license license:expat)))
 
+(define-public texlive-zxjatype
+  (package
+    (name "texlive-zxjatype")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/zxjatype/" "tex/latex/zxjatype/")
+             (base32
+              "0llm0414kdwqsajb1nl92xa8kqwvbm446pwijag2735gk8rxqz8j")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/zxjatype";)
+    (synopsis "Standard conforming typesetting of Japanese, for XeLaTeX")
+    (description "This package eases standard conforming typesetting of
+Japanese, for XeLaTeX.")
+    (license license:expat)))
+
 (define-public texlive-biblatex-cheatsheet
   (package
     (name "texlive-biblatex-cheatsheet")



reply via email to

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