diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:39:22 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:26 +0200 |
commit | 68875b72c7b41d922cbbfaac20b870ad6c82e221 (patch) | |
tree | c1d66dd45a3ad27fa99ab306033b6d9785b6ae01 /gnu | |
parent | 5fb6b2c55c90da4880d35d54bb1c1678082ccb34 (diff) |
gnu: Add texlive-linguex.
* gnu/packages/tex.scm (texlive-linguex): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9bee103084..473bfecace 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8118,6 +8118,27 @@ package @code{dynkin-diagrams}.") expressions. It covers a range of subfields in formal linguistics.") (license license:lppl1.3+))) +(define-public texlive-linguex + (package + (name "texlive-linguex") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/linguex/" "tex/latex/linguex/") + (base32 + "0w2rxvjljrl4b7s1dr7k2vk5nifq0zgmjlx68ajpsihjnzal7k8g"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/linguex") + (synopsis "Format linguists' examples") + (description + "This bundle comprises two packages: the @code{linguex} package +facilitates the formatting of linguist examples, automatically taking care of +example numbering, indentations, indexed brackets, and the @samp{*} in +grammaticality judgments. The @code{ps-trees} package provides linguistic +trees.") + (license license:lppl))) + (define-public texlive-lithuanian (package (name "texlive-lithuanian") |