me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lyluatex.

* gnu/packages/tex.scm (texlive-lyluatex): New variable.
Nicolas Goaziou 2023-08-17 09:35:16 +02:00
parent 61b78edef0
commit 2a5eebb748
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -9120,6 +9120,27 @@ LaTeX2e}.")
several languages not included in that package: BUGS, JAGS, and Stan.")
(license license:lppl1.3+)))
(define-public texlive-lyluatex
(package
(name "texlive-lyluatex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/lyluatex/" "scripts/lyluatex/"
"tex/luatex/lyluatex/")
(base32
"04w57pki09mzhaxv3s1f2m0bj1df5aqxygqgrihvkabc5x00is87")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lyluatex")
(synopsis
"Commands to include LilyPond scores within a (Lua)LaTeX document")
(description
"This package provides macros for the inclusion of LilyPond scores within
LuaLaTeX. It calls LilyPond to compile scores, then includes the produced
files.")
(license license:expat)))
(define-public texlive-macros2e
(package
(name "texlive-macros2e")