me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pmxchords.

* gnu/packages/tex.scm (texlive-pmxchords): New variable.
Nicolas Goaziou 2023-08-17 09:42:11 +02:00
parent a1b7a1a098
commit 653eca9fd1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -11193,6 +11193,30 @@ your score. @command{scor2prt} is an auxiliary program that makes parts from
a score.")
(license license:gpl2)))
(define-public texlive-pmxchords
(package
(name "texlive-pmxchords")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/pmxchords.1"
"doc/man/man1/pmxchords.man1.pdf"
"doc/pmxchords/" "scripts/pmxchords/"
"tex/generic/pmxchords/")
(base32
"01dlic0b0fdm41982mqj3xpin0wksmsyz4h53vdckkz2ayyagagk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "pmxchords.lua")))
(home-page "https://ctan.org/pkg/pmxchords")
(synopsis "Produce chord information to go with @command{pmx} output")
(description
"The bundle supplements @command{pmx}, providing the means of typesetting
chords above the notes of a score. The bundle contains: macros for typing the
chords; a Lua script to transpose chord macros to the required key signature;
and support scripts for common requirements.")
(license license:gpl2)))
(define-public texlive-poemscol
(package
(name "texlive-poemscol")