gnu: Add texlive-eqnnumwarn.

* gnu/packages/tex.scm (texlive-eqnnumwarn): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 15:53:56 +02:00
parent 683fa2838a
commit 433d03b36c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3472,6 +3472,28 @@ (define-public texlive-eqnarray
environment of @code{amsmath}.")
(license license:gpl3)))
(define-public texlive-eqnnumwarn
(package
(name "texlive-eqnnumwarn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eqnnumwarn/"
"tex/latex/eqnnumwarn/")
(base32
"06z6rb0q5qln5knamwxljzw5h373r2xh159ml9akw4kb2cdk3bri")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eqnnumwarn")
(synopsis "Warn for a displaced equation number")
(description
"Sometimes an equation is too long that an equation number will be
typeset below the equation itself, but yet not long enough to yield an
@samp{overfull \\hbox} warning. The @code{eqnnumwarn} package modifies the
standard @code{amsmath} numbered equation environments to throw a warning
whenever this occurs.")
(license license:lppl1.3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")