gnu: Add texlive-notoccite.

* gnu/packages/tex.scm (texlive-notoccite): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:58 +02:00
parent 43a5628008
commit 9c1420de54
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90571,6 +90571,28 @@ (define-public texlive-notestex
with a reliable and legible formatting structure.")
(license license:lppl1.3+)))
(define-public texlive-notoccite
(package
(name "texlive-notoccite")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/notoccite/"
"tex/latex/notoccite/")
(base32
"1l5gj5f495vmxiixnfjmkfp2wlq0gg39y6lhd3f68lf3wq3nqd99")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/notoccite")
(synopsis "Prevent trouble from citations in table of contents, etc")
(description
"If you have @code{\\cite} commands in @code{\\section}-like commands, or in
@code{\\caption}, the citation will also appear in the table of contents, or
list of whatever. If you are also using an @code{unsrt}-like bibliography
style, these citations will come at the very start of the bibliography, which
is confusing. This package suppresses the effect.")
(license license:public-domain)))
;;;
;;; 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