me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-songproj.

* gnu/packages/tex.scm (texlive-songproj): New variable.
Nicolas Goaziou 2023-08-17 09:43:36 +02:00
parent 59a20cd263
commit 576a337974
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -12377,6 +12377,31 @@ attempts to handle songs in multiple keys, as well as songs in multiple
languages.")
(license license:lgpl2.1)))
(define-public texlive-songproj
(package
(name "texlive-songproj")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/songproj/"
"source/latex/songproj/"
"tex/latex/songproj/")
(base32
"044b9zbm2l1w8flnb5vx99590m65d1nxgys2dj3w79kkbmnhc7jy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/songproj")
(synopsis "Generate Beamer slideshows with song lyrics")
(description
"This package, together with the Beamer class, is used to generate
slideshows with song lyrics. This is typically used in religious services in
churches equipped with a projector, for which this package has been written,
but it can be useful for any type of singing assembly. It provides
environments to describe a song in a natural way, and formatting it into
slides with overlays. The package comes with an additional Python script that
can be used to convert plain-text song lyrics to the expected LaTeX markup.")
(license license:bsd-3)))
(define-public texlive-spalign
(package
(name "texlive-spalign")