gnu: Add texlive-guitar.
* gnu/packages/tex.scm (texlive-guitar): New variable.
This commit is contained in:
parent
59f51a5e42
commit
7ef2820076
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue