me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xml2pmx.

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

View File

@ -27436,6 +27436,25 @@ correctly; and define two extra commands: @code{\\vfrac} and
@code{\\namedglyph}.")
(license license:lppl1.3c)))
(define-public texlive-xml2pmx
(package
(name "texlive-xml2pmx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/xml2pmx.1"
"doc/man/man1/xml2pmx.man1.pdf")
(base32
"1d3ralqh0b71scd59b4hmm707yfrz1rj28ni2lzkhbb1ql73bvah")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xml2pmx")
(synopsis "Convert MusicXML to PMX and MusiXTeX")
(description
"This program translates MusicXML files to input suitable for PMX and
MusiXTeX processing.")
(license license:gpl3+)))
(define-public texlive-xmltexconfig
(package
(name "texlive-xmltexconfig")