gnu: Add texlive-autoaligne.

* gnu/packages/tex.scm (texlive-autoaligne): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:43:14 +02:00
parent 778872bd95
commit 590ec4c616
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1258,6 +1258,25 @@ (define-public texlive-arara
virtual machine.")
(license license:bsd-3)))
(define-public texlive-autoaligne
(package
(name "texlive-autoaligne")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/autoaligne/"
"tex/generic/autoaligne/")
(base32
"138d030zgzpdwqxx55gjw35y0c3v794fpa3c6znc9kv1vj8cs9d3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/autoaligne")
(synopsis "Align terms and members in math expressions")
(description
"This package allows to align terms and members between lines containing
math expressions.")
(license license:lppl1.3c)))
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")