me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pmx.

* gnu/packages/tex.scm (texlive-pmx): New variable.
Nicolas Goaziou 2023-08-17 09:40:15 +02:00
parent 58a7ed0af3
commit a1b7a1a098
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 28 additions and 0 deletions

View File

@ -11165,6 +11165,34 @@ to typeset Korean letters (Hangul) using the proper fonts. The use of XeLaTeX
is recommended.") is recommended.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-pmx
(package
(name "texlive-pmx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pmx/"
"doc/man/man1/pmxab.1"
"doc/man/man1/pmxab.man1.pdf"
"doc/man/man1/scor2prt.1"
"doc/man/man1/scor2prt.man1.pdf"
"tex/generic/pmx/")
(base32
"1p9js9izv50vg7qqqmyg5jz4am4phhscqdfnn4nszlyfv3zkg7p3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pmx")
(synopsis "Preprocessor for MusiXTeX")
(description
"PMX provides a preprocessor for MusiXTeX. @command{pmxab} builds a TeX
input file based on a @file{.pmx} input file in a much simpler language,
making most of the layout decisions by itself. It has most of MusiXTeX's
functionality, but it also permits in-line TeX to give access to virtually all
of MusiXTeX. For proof-listening, @command{pmxab} will make a MIDI file of
your score. @command{scor2prt} is an auxiliary program that makes parts from
a score.")
(license license:gpl2)))
(define-public texlive-poemscol (define-public texlive-poemscol
(package (package
(name "texlive-poemscol") (name "texlive-poemscol")