guix-commits
[Top][All Lists]
Advanced

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

124/296: gnu: Add texlive-langsci-avm.


From: guix-commits
Subject: 124/296: gnu: Add texlive-langsci-avm.
Date: Thu, 24 Aug 2023 05:20:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c8029fef9671419e2c57e2f154052c7447b2ff58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:11:19 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3175cbe4f1..adb83580d0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18568,6 +18568,29 @@ It includes all necessary files for title pages, 
frontmatter, main content,
 list of references and indexes.")
     (license license:lppl1.3+)))
 
+(define-public texlive-langsci-avm
+  (package
+    (name "texlive-langsci-avm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/langsci-avm/"
+                   "source/latex/langsci-avm/"
+                   "tex/latex/langsci-avm/")
+             (base32
+              "1n53syf2slndgjbndjhd3cl8y6bl9j3xgb86z9r1mwvdcdls5674")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/langsci-avm";)
+    (synopsis "Feature structures and attribute-value matrices (AVM)")
+    (description
+     "This package provides a package for typesetting feature structures,
+also known as attribute-value matrices (AVMs), for use in linguistics.  The
+package provides a minimal and easy to read syntax.  The package serves the
+same purpose as @code{avm} package, but shares no code base with that
+package.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-lato
   (package
     (name "texlive-lato")



reply via email to

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