guix-commits
[Top][All Lists]
Advanced

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

20/35: gnu: Add texlive-m-tx.


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

ngz pushed a commit to branch master
in repository guix.

commit 0c632dcd4478ebfbdec436d44556166d2d7dbacf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:35:34 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9ffe802a8d..20a85ee103 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9141,6 +9141,33 @@ LuaLaTeX.  It calls LilyPond to compile scores, then 
includes the produced
 files.")
     (license license:expat)))
 
+(define-public texlive-m-tx
+  (package
+    (name "texlive-m-tx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/m-tx/"
+                   "doc/man/man1/prepmx.1"
+                   "doc/man/man1/prepmx.man1.pdf"
+                   "scripts/m-tx/"
+                   "tex/generic/m-tx/"
+                   "tex/latex/m-tx/")
+             (base32
+              "1sakzv7r6mybx0k7k0fi1qb789nf7lvbl0ns8s0hhc9fz37b0br5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:link-scripts #~(list "m-tx.lua")))
+    (home-page "https://ctan.org/pkg/m-tx";)
+    (synopsis "Preprocessor for @command{pmx}")
+    (description
+     "M-Tx is a preprocessor to @command{pmx}, which is itself a preprocessor
+to MusixTeX, a music typesetting system.  The prime motivation to the
+development of M-Tx was to provide lyrics for music to be typeset.  In fact,
+@command{pmx} now provides a lyrics interface, but M-Tx continues in use by
+those who prefer its language.")
+    (license license:expat)))
+
 (define-public texlive-macros2e
   (package
     (name "texlive-macros2e")



reply via email to

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