guix-commits
[Top][All Lists]
Advanced

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

267/306: gnu: Add texlive-staves.


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

ngz pushed a commit to branch master
in repository guix.

commit 9c773363764a90769b56d9b10c3373e4dc1aba99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:58:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cf5bb5448f..ad157c1a7f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23802,6 +23802,30 @@ applied and theoretical papers in statistics which are 
currently lacking in
 the popular @code{amsmath} package.")
     (license license:lppl1.3+)))
 
+(define-public texlive-staves
+  (package
+    (name "texlive-staves")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/staves/"
+                   "fonts/map/dvips/staves/"
+                   "fonts/tfm/public/staves/"
+                   "fonts/type1/public/staves/"
+                   "source/latex/staves/"
+                   "tex/latex/staves/")
+             (base32
+              "1wa4zx4c439q6ahs1fwa55dcxzrx382ksrj0bv1jnck6j3iw2dlc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/staves";)
+    (synopsis "Typeset Icelandic staves and runic letters")
+    (description
+     "This package contains all the necessary tools to typeset the magical
+Icelandic staves plus the runic letters used in Iceland.  Included are a font
+in Adobe Type 1 format and LaTeX support.")
+    (license license:lppl)))
+
 (define-public texlive-steinmetz
   (package
     (name "texlive-steinmetz")



reply via email to

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