me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-latex4musicians.

* gnu/packages/tex.scm (texlive-latex4musicians): New variable.
Nicolas Goaziou 2023-08-17 09:34:02 +02:00
parent c888bdcfec
commit 2faff99a87
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -8186,6 +8186,26 @@ bibliographies, indexes and page layout).")
@code{latex2e-help-texinfo}.")
(license license:public-domain)))
(define-public texlive-latex4musicians
(package
(name "texlive-latex4musicians")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex4musicians/")
(base32
"1zvy2pa93kyn056d5n0irzdq5xmzki6d35zxacxfy19r0g9rwq6f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latex4musicians")
(synopsis "Guide for combining LaTeX and music")
(description
"This guide, @emph{LaTeX for Musicians}, explains how to create LaTeX
documents that include several kinds of music elements: music symbols, song
lyrics, guitar chords diagrams, lead sheets, music excerpts, guitar
tablatures, multi-page scores.")
(license license:fdl1.3+)))
(define-public texlive-latexcheat-de
(package
(name "texlive-latexcheat-de")