guix-commits
[Top][All Lists]
Advanced

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

01/53: gnu: Add texlive-adtrees.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2e8086a5b2..c6559da82f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1381,6 +1381,24 @@ adaptation for working with Babel.")
 controlling the searches that the package does.")
     (license license:lppl)))
 
+(define-public texlive-adtrees
+  (package
+    (name "texlive-adtrees")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/adtrees/" "tex/latex/adtrees/")
+             (base32
+              "0ypb609wvw3mvs7bf2mwa7r7v4frxjhfll8d1sqfry3dv3kr13pq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/adtrees";)
+    (synopsis "Macros for drawing adpositional trees")
+    (description
+     "This package provides a means to write adpositional trees, a formalism
+devoted to representing natural language expressions.")
+    (license license:gpl3+)))
+
 (define-public texlive-adobemapping
   (package
     (name "texlive-adobemapping")



reply via email to

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