From fd8ce9ad074c402b7883e0c324510b3277b78287 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 16:18:08 +0200 Subject: gnu: Add texlive-musuos. * gnu/packages/tex.scm (texlive-musuos): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') 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") -- cgit v1.2.3