mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: Add texlive-eqnnumwarn.
* gnu/packages/tex.scm (texlive-eqnnumwarn): New variable.
This commit is contained in:
parent
683fa2838a
commit
433d03b36c
1 changed files with 22 additions and 0 deletions
|
@ -3472,6 +3472,28 @@ (define-public texlive-eqnarray
|
||||||
environment of @code{amsmath}.")
|
environment of @code{amsmath}.")
|
||||||
(license license:gpl3)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue