gnu: Add texlive-leadsheets.

* gnu/packages/tex.scm (texlive-leadsheets): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 09:34:29 +02:00
parent 2faff99a87
commit 4a056ade5b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8268,6 +8268,25 @@ (define-public texlive-latino-sine-flexione
intelligentia}.")
(license license:public-domain)))
(define-public texlive-leadsheets
(package
(name "texlive-leadsheets")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/leadsheets/"
"tex/latex/leadsheets/")
(base32
"12aly170pf10dw82i6rykiaxl9r5mmva7kvkhlywir4s6gx07gjc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/leadsheets")
(synopsis "Typesetting leadsheets and songbooks")
(description
"This LaTeX package offers support for typesetting simple leadsheets of
songs, i.e., song lyrics and the corresponding chords.")
(license license:lppl1.3+)))
(define-public texlive-ledmac
(package
(name "texlive-ledmac")