Archived
1
0
Fork 0

gnu: Add texlive-guitar.

* gnu/packages/tex.scm (texlive-guitar): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 09:32:11 +02:00
parent 59f51a5e42
commit 7ef2820076
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6783,6 +6783,27 @@ Currently two steps of symmetry reduction are supported.")
processed files, as well as solutions to the exercices.")
(license license:lppl1.3c+)))
(define-public texlive-guitar
(package
(name "texlive-guitar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/guitar/" "source/latex/guitar/"
"tex/latex/guitar/")
(base32
"0rywmlz59mjm59n4607qk9fa62w1c9qv9iyyja8k9vb4pc9yijrc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/guitar")
(synopsis "Guitar chords and song texts")
(description
"This package provides (La)TeX macros for typesetting guitar chords over
song texts. Note that this package only places arbitrary TeX code over the
lyrics. To typeset the chords graphically (and not only by name), the author
recommends use of an additional package such as @code{gchords}.")
(license license:lppl1.3+)))
(define-public texlive-gustlib
(package
(name "texlive-gustlib")