guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

103/111: gnu: Add texlive-pst-vowel.


From: guix-commits
Subject: 103/111: gnu: Add texlive-pst-vowel.
Date: Mon, 14 Aug 2023 05:04:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bc79a0d5fb39b8e2d0ae3685d7ac70334bc19afd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:38:18 2023 +0200

    gnu: Add texlive-pst-vowel.
    
    * gnu/packages/tex.scm (texlive-pst-vowel): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b1e6e779bc..7fb5002cf2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]