mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Add texlive-xpiano.
* gnu/packages/tex.scm (texlive-xpiano): New variable.
This commit is contained in:
parent
2adb680515
commit
36a25b75a1
1 changed files with 23 additions and 0 deletions
|
@ -27523,6 +27523,29 @@ (define-public texlive-xmltex
|
|||
UTF-8 or a suitable 8-bit encoding.")
|
||||
(license license:lppl1.0+))) ;per xmltex/base/readme.txt
|
||||
|
||||
(define-public texlive-xpiano
|
||||
(package
|
||||
(name "texlive-xpiano")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/xpiano/" "source/latex/xpiano/"
|
||||
"tex/latex/xpiano/")
|
||||
(base32
|
||||
"1nk8v0d641cr4mg4l2k0fv7pl9b26nyi30k4px5wajwm976f042p")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xpiano")
|
||||
(synopsis "Extension of the @code{piano} package")
|
||||
(description
|
||||
"This package provides macros for typesetting virtual keyboards limited
|
||||
to two octaves for showing notes represented by a colored circle. Optionally,
|
||||
the number used for pitch analysis can be shown. It is an extension of
|
||||
@file{piano.sty}. It features extended syntax and several options, like
|
||||
setting the color, adding numbers for pitch analysis, one or two octaves, and
|
||||
others.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-xpinyin
|
||||
(package
|
||||
(name "texlive-xpinyin")
|
||||
|
|
Loading…
Reference in a new issue