guix-commits
[Top][All Lists]
Advanced

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

156/306: gnu: Add texlive-hamnosys.


From: guix-commits
Subject: 156/306: gnu: Add texlive-hamnosys.
Date: Mon, 21 Aug 2023 10:36:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0ee7f1e8c0473fc40153769cedcfcc8abddfbcc3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:24:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3c70532fea..05dc3a42aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13828,6 +13828,29 @@ constructed language Arka.  The bundle provides nine 
official fonts, in Adobe
 Type 1 format.")
     (license license:lppl1.3+)))
 
+(define-public texlive-hamnosys
+  (package
+    (name "texlive-hamnosys")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/hamnosys/"
+                   "fonts/truetype/public/hamnosys/"
+                   "source/fonts/hamnosys/"
+                   "tex/latex/hamnosys/")
+             (base32
+              "1iilp1npy23azk7gjb3m6g9p9f853lbpn9cvply90g2s9jdw0bd9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hamnosys";)
+    (synopsis "Font for sign languages")
+    (description
+     "The Hamburg Notation System, HamNoSys for short, is a system for the
+phonetic transcription of signed languages.  This package makes HamNoSys
+available in XeLaTeX and LuaLaTeX.  The package provides a Unicode font for
+rendering HamNoSys symbols as well as three methods for entering them.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hanoi
   (package
     (name "texlive-hanoi")



reply via email to

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