[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/53: gnu: Add texlive-rrgtrees.
From: |
guix-commits |
Subject: |
41/53: gnu: Add texlive-rrgtrees. |
Date: |
Wed, 16 Aug 2023 14:27:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit df388e75b8e2513ca7dcec4dac02d24500343ac4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:48:49 2023 +0200
gnu: Add texlive-rrgtrees.
* gnu/packages/tex.scm (texlive-rrgtrees): 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 2d0a6affa2..bffc59436e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11157,6 +11157,29 @@ package solves the problem by extending ideas
described in M. I. Grinchuk
mathematical packages.")
(license license:lppl1.3+)))
+(define-public texlive-rrgtrees
+ (package
+ (name "texlive-rrgtrees")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rrgtrees/"
+ "source/latex/rrgtrees/"
+ "tex/latex/rrgtrees/")
+ (base32
+ "0h33q32pb1s8zv598aacdzfhpk2psrzxgxnav6am16cxfri60hpi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rrgtrees")
+ (synopsis
+ "Linguistic tree diagrams for Role and Reference Grammar (RRG) with
LaTeX")
+ (description
+ "This package provides a set of LaTeX macros that makes it easy to
+produce linguistic tree diagrams suitable for Role and Reference
+Grammar (RRG). This package allows the construction of trees with crossing
+lines, as is required by this theory for many languages.")
+ (license license:lppl)))
+
(define-public texlive-sankey
(package
(name "texlive-sankey")
- 21/53: gnu: Add texlive-langnames., (continued)
- 21/53: gnu: Add texlive-langnames., guix-commits, 2023/08/16
- 23/53: gnu: Add texlive-lexikon., guix-commits, 2023/08/16
- 28/53: gnu: Add texlive-metrix., guix-commits, 2023/08/16
- 31/53: gnu: Add texlive-parrun., guix-commits, 2023/08/16
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16
- 30/53: gnu: Add texlive-parallel., guix-commits, 2023/08/16
- 39/53: gnu: Add texlive-qtree., guix-commits, 2023/08/16
- 40/53: gnu: Add texlive-reledmac., guix-commits, 2023/08/16
- 27/53: gnu: Add texlive-liturg., guix-commits, 2023/08/16
- 35/53: gnu: Add texlive-poemscol., guix-commits, 2023/08/16
- 41/53: gnu: Add texlive-rrgtrees.,
guix-commits <=
- 36/53: gnu: Add texlive-poetry., guix-commits, 2023/08/16
- 38/53: gnu: Add texlive-qobitree., guix-commits, 2023/08/16
- 42/53: gnu: Add texlive-rtklage., guix-commits, 2023/08/16
- 43/53: gnu: Add texlive-screenplay., guix-commits, 2023/08/16
- 44/53: gnu: Add texlive-screenplay-pkg., guix-commits, 2023/08/16
- 50/53: gnu: Add texlive-tree-dvips., guix-commits, 2023/08/16
- 34/53: gnu: Add texlive-play., guix-commits, 2023/08/16
- 37/53: gnu: Add texlive-poetrytex., guix-commits, 2023/08/16
- 46/53: gnu: Add texlive-stage., guix-commits, 2023/08/16
- 47/53: gnu: Add texlive-textglos., guix-commits, 2023/08/16