gnu: Add texlive-eqnalign.

* gnu/packages/tex.scm (texlive-eqnalign): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:49:20 +02:00
parent 13f06f1ae7
commit e1a036d5d8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -80772,6 +80772,28 @@ (define-public texlive-eqlist
list in which the indentation corresponds to the longest item of the list.")
(license license:lppl)))
(define-public texlive-eqnalign
(package
(name "texlive-eqnalign")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eqnalign/"
"source/latex/eqnalign/"
"tex/latex/eqnalign/")
(base32
"1fnpis9yr7b3h4rnxcgap96fr8dxpk2ziiil9vk3xf18fmzr6b8d")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eqnalign")
(synopsis "Make @code{eqnarray} behave like @code{align}")
(description
"The package makes @code{eqnarray} environment behave like @code{align} from
@code{amsmath}. It is intended for quick-fixing documents that use
@code{eqnarray}. In cases where it fails, manual conversion to @code{align}
is required, but these cases should be seldom.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar