gnu: Add texlive-expex-acro.

* gnu/packages/tex.scm (texlive-expex-acro): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:49:02 +02:00
parent 80a0fd737f
commit f340fd2acc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2407,6 +2407,28 @@ (define-public texlive-epsf-dvipdfmx
bounding box.")
(license license:public-domain)))
(define-public texlive-expex-acro
(package
(name "texlive-expex-acro")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/expex-acro/"
"source/generic/expex-acro/"
"tex/generic/expex-acro/")
(base32
"04ckyr574bs10xd2a0fg6x30325a4dbbbjl1axzlhaq1kn07r7kh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/expex-acro")
(synopsis "Wrapper for the expex package")
(description
"This is a small wrapper for the @code{expex} package, adding ways to
define, use, and summarize glossing abbreviations. It also provides commands
to refer to examples, as well as some inline formatting commands commonly used
in linguistics.")
(license license:lppl1.3+)))
(define-public texlive-findhyph
(package
(name "texlive-findhyph")