me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-musuos.

* gnu/packages/tex.scm (texlive-musuos): New variable.
master
Nicolas Goaziou 2023-08-22 16:18:08 +02:00
parent 09aaabd0d5
commit fd8ce9ad07
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -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")