Archived
1
0
Fork 0

gnu: Add texlive-chordbox.

* gnu/packages/tex.scm (texlive-chordbox): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 09:30:26 +02:00
parent b168a3e9b5
commit 966680d525
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4212,6 +4212,26 @@ per bar, with the chord shown inside the square. It also handles the song
structure by showing the bar count and the repetitions of the patterns.") structure by showing the bar count and the repetitions of the patterns.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-chordbox
(package
(name "texlive-chordbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chordbox/" "tex/latex/chordbox/")
(base32
"01css8dnzss7s711ry2rs2fi3bw70s0lgj0cwwdicjgi331zbq70")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chordbox")
(synopsis "Draw chord diagrams")
(description
"This package provides two macros for drawing chord diagrams, as may be
found for example in chord charts/books and educational materials. They are
composed as TikZ pictures and have several options to modify their
appearance.")
(license license:lppl1.3+)))
(define-public texlive-chronosys (define-public texlive-chronosys
(package (package
(name "texlive-chronosys") (name "texlive-chronosys")