guix-commits
[Top][All Lists]
Advanced

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

26/53: gnu: Add texlive-linguex.


From: guix-commits
Subject: 26/53: gnu: Add texlive-linguex.
Date: Wed, 16 Aug 2023 14:27:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 68875b72c7b41d922cbbfaac20b870ad6c82e221
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:39:22 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9bee103084..473bfecace 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8118,6 +8118,27 @@ package @code{dynkin-diagrams}.")
 expressions.  It covers a range of subfields in formal linguistics.")
     (license license:lppl1.3+)))
 
+(define-public texlive-linguex
+  (package
+    (name "texlive-linguex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/linguex/" "tex/latex/linguex/")
+             (base32
+              "0w2rxvjljrl4b7s1dr7k2vk5nifq0zgmjlx68ajpsihjnzal7k8g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/linguex";)
+    (synopsis "Format linguists' examples")
+    (description
+     "This bundle comprises two packages: the @code{linguex} package
+facilitates the formatting of linguist examples, automatically taking care of
+example numbering, indentations, indexed brackets, and the @samp{*} in
+grammaticality judgments.  The @code{ps-trees} package provides linguistic
+trees.")
+    (license license:lppl)))
+
 (define-public texlive-lithuanian
   (package
     (name "texlive-lithuanian")



reply via email to

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