me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gb4e.

* gnu/packages/tex.scm (texlive-gb4e): New variable.
Nicolas Goaziou 2023-08-16 19:32:42 +02:00
parent d728b33b56
commit 38f3f08085
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -6328,6 +6328,24 @@ possibility to override the standard behavior of norms, ...).")
nets, diagrams, etc., very easily, in the LaTeX @code{picture} environment.")
(license license:lppl)))
(define-public texlive-gb4e
(package
(name "texlive-gb4e")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gb4e/" "tex/latex/gb4e/")
(base32
"1pi6n59v8vrrm2qaff8z28kwb0xa6nykgrfi9r0lxc8f1d2r5k7f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gb4e")
(synopsis "Linguistic tools")
(description
"This package provides an environment for linguistic examples, tools for
glosses, and various other goodies.")
(license license:lppl1.2+)))
(define-public texlive-gene-logic
(package
(name "texlive-gene-logic")