guix-commits
[Top][All Lists]
Advanced

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

03/35: gnu: Add texlive-abc.


From: guix-commits
Subject: 03/35: gnu: Add texlive-abc.
Date: Thu, 17 Aug 2023 03:51:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6cb6915adbe693faac325bd2c47a3252aecb0542
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:28:36 2023 +0200

    gnu: Add texlive-abc.
    
    * gnu/packages/tex.scm (texlive-abc): 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 b93e07a0c5..e88eef1158 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1269,6 +1269,28 @@ a Marathi journal, with LaTeX.")
                    (license:fsf-free "file://doc/latex/aalok/README.txt")
                    license:fdl1.3+))))
 
+(define-public texlive-abc
+  (package
+    (name "texlive-abc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/abc/" "source/latex/abc/"
+                   "tex/latex/abc/")
+             (base32
+              "1vywrv35h65gkxipc7d26k32r04fk61kfkkk9bj3zsmxsw1v3r8d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/abc";)
+    (synopsis "Support ABC music notation in LaTeX")
+    (description
+     "The abc package lets you include lines of music written in the ABC Plus
+language.  The package will then employ the @code{\\write18} facility to
+convert your notation to PostScript (using the established utility
+@command{abcm2ps}) and hence to the format needed for inclusion in your
+document.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-accents
   (package
     (name "texlive-accents")



reply via email to

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