guix-commits
[Top][All Lists]
Advanced

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

23/93: gnu: Add texlive-expex-acro.


From: guix-commits
Subject: 23/93: gnu: Add texlive-expex-acro.
Date: Thu, 20 Jul 2023 05:21:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f340fd2acc9a72c0bdf10b02f3283b75f99666b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:49:02 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 787192c8b7..002b05d219 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2407,6 +2407,28 @@ an @file{.eps} file has anything except the origin for 
the lower-left of its
 bounding box.")
     (license license:public-domain)))
 
+(define-public texlive-expex-acro
+  (package
+    (name "texlive-expex-acro")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/expex-acro/"
+                   "source/generic/expex-acro/"
+                   "tex/generic/expex-acro/")
+             (base32
+              "04ckyr574bs10xd2a0fg6x30325a4dbbbjl1axzlhaq1kn07r7kh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/expex-acro";)
+    (synopsis "Wrapper for the expex package")
+    (description
+     "This is a small wrapper for the @code{expex} package, adding ways to
+define, use, and summarize glossing abbreviations.  It also provides commands
+to refer to examples, as well as some inline formatting commands commonly used
+in linguistics.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-findhyph
   (package
     (name "texlive-findhyph")



reply via email to

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