mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-gchords.
* gnu/packages/tex.scm (texlive-gchords): New variable.
This commit is contained in:
parent
585a7d56f1
commit
0a8e86831b
1 changed files with 21 additions and 0 deletions
|
@ -6481,6 +6481,27 @@ (define-public texlive-gb4e
|
|||
glosses, and various other goodies.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-gchords
|
||||
(package
|
||||
(name "texlive-gchords")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gchords/" "tex/latex/gchords/")
|
||||
(base32
|
||||
"0wchfk25v6rh5nffjyn8bypwjsqc9pi2rjrw3np65a0sxxc0sl1v")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gchords")
|
||||
(synopsis "Typeset guitar chords")
|
||||
(description
|
||||
"This package provides a LaTeX package for typesetting of guitar chord
|
||||
diagrams, including options for chord names, finger numbers and typesetting
|
||||
above lyrics. The bundle also includes a TCL script (@file{chordbox.tcl})
|
||||
that provides a graphical application which creates LaTeX files that use
|
||||
@file{gchords.sty}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-gene-logic
|
||||
(package
|
||||
(name "texlive-gene-logic")
|
||||
|
|
Loading…
Reference in a new issue