me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-vowel.

* gnu/packages/tex.scm (texlive-pst-vowel): New variable.
Nicolas Goaziou 2023-08-14 10:38:18 +02:00
parent db8a77dd29
commit bc79a0d5fb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -34368,6 +34368,26 @@ the curve is to be defined by its equation in algebraic notation.")
circles.")
(license license:lppl)))
(define-public texlive-pst-vowel
(package
(name "texlive-pst-vowel")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pst-vowel/"
"tex/latex/pst-vowel/")
(base32
"0p0qnfbmd1lh21nk6xq246xr6y50q0y55rdcq3i9vkg4j7kkkfy6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-vowel")
(synopsis "Enable arrows showing diphthongs on vowel charts")
(description
"The package extends the @code{vowel} package (distributed as part of the
@code{tipa} bundle) by allowing the user to draw arrows between vowels to show
relationships such as diphthong membership.")
(license license:lppl)))
(define-public texlive-marginnote
(package
(name "texlive-marginnote")