guix-commits
[Top][All Lists]
Advanced

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

143/296: gnu: Add texlive-musuos.


From: guix-commits
Subject: 143/296: gnu: Add texlive-musuos.
Date: Thu, 24 Aug 2023 05:20:32 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fd8ce9ad074c402b7883e0c324510b3277b78287
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:18:08 2023 +0200

    gnu: Add texlive-musuos.
    
    * gnu/packages/tex.scm (texlive-musuos): 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 2d2a5c018a..7aebbf692f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22310,6 +22310,27 @@ example is extracting single-instrument parts from a 
multi-instrument score.
 source file.  This should be used before using @code{\\TransformNotes}.")
     (license license:gpl2)))
 
+(define-public texlive-musuos
+  (package
+    (name "texlive-musuos")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/musuos/" "source/latex/musuos/"
+                   "tex/latex/musuos/")
+             (base32
+              "1a7cyjfgch6fvwdv2wi78sx2fdgmjbpb85gp2clhvgf15nkw0h94")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/musuos";)
+    (synopsis "Typeset papers for the department of music, Osnabruck")
+    (description
+     "The package provides a LaTeX class for typesetting term papers at the
+institute of music and musicology of the University of Osnabruck, Germany,
+according to the specifications of Prof.@: Stefan Hahnheide.  A BibLaTeX style
+is provided.")
+    (license license:lppl)))
+
 (define-public texlive-msu-thesis
   (package
     (name "texlive-msu-thesis")



reply via email to

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