guix-commits
[Top][All Lists]
Advanced

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

109/111: gnu: Add texlive-vocaltract.


From: guix-commits
Subject: 109/111: gnu: Add texlive-vocaltract.
Date: Mon, 14 Aug 2023 05:04:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 97c4a0c26fcc79fb2703dd79b32ac1e08f1f0609
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:40:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b5a59b81c0..3030f32295 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34541,6 +34541,30 @@ texts written using LaTeX.  The package macros make 
use of commands of
 PSTricks.")
     (license license:lppl)))
 
+(define-public texlive-vocaltract
+  (package
+    (name "texlive-vocaltract")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/vocaltract/"
+                   "tex/latex/vocaltract/")
+             (base32
+              "072b712bhfxq429jh4r9d786nwpdyl8rlbm6ds4nf9asxg2lg9wr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/vocaltract";)
+    (synopsis "Visualise the vocal tract using LaTeX and PSTricks")
+    (description
+     "The package enables the user to visualise the vocal tract.  The vocal
+tract (in the package) is manipulated by a vector of articulation parameters
+according to the S. Maeda model.  Animation may be achieved by providing
+a sequence of vectors over time (e.g., from Matlab).  A sequence of vectors
+for certain German phonemes is embedded in the package, which allows for
+animation when no other vector is available.  The package's graphics are
+produced using PSTricks.")
+    (license license:lppl)))
+
 (define-public texlive-xkeyval
   (package
     (name "texlive-xkeyval")



reply via email to

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