diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:32:42 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:24 +0200 |
commit | 38f3f080855b12011fa5d43dedfa5ddcf9bdf9c8 (patch) | |
tree | 98c2db0c934f61c67beee3e4bb2ef97f367825ec /gnu/packages | |
parent | d728b33b56064e04fa156b99bb0b8cd73b4dcc19 (diff) |
gnu: Add texlive-gb4e.
* gnu/packages/tex.scm (texlive-gb4e): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b490275598..c12d60de81 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") |