mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-leadsheets.
* gnu/packages/tex.scm (texlive-leadsheets): New variable.
This commit is contained in:
parent
2faff99a87
commit
4a056ade5b
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue