guix-commits
[Top][All Lists]
Advanced

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

26/39: gnu: Add texlive-zhnumber.


From: guix-commits
Subject: 26/39: gnu: Add texlive-zhnumber.
Date: Tue, 15 Aug 2023 07:38:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d76b01126aabaee10c1ce61e4e93856793a5dd80
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 13:11:40 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ab3a401f21..3aab55d884 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31034,6 +31034,27 @@ engine, together with a simple DVIPDFMx font mapping 
of Fandol fonts for
 DVIPDFMx.")
     (license license:lppl1.3+)))
 
+(define-public texlive-zhnumber
+  (package
+    (name "texlive-zhnumber")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/zhnumber/"
+                   "source/latex/zhnumber/"
+                   "tex/latex/zhnumber/")
+             (base32
+              "170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/zhnumber";)
+    (synopsis "Typeset Chinese representations of numbers")
+    (description
+     "The package provides commands to typeset Chinese representations of 
numbers.
+The main difference between this package and CJKnumb is that the commands
+provided are expandable in the proper way.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-zhspacing
   (package
     (name "texlive-zhspacing")



reply via email to

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