gnu: Add texlive-seealso.

* gnu/packages/tex.scm (texlive-seealso): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:36 +02:00
parent 8ce8729d12
commit b5415ca0c8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94948,6 +94948,26 @@ (define-public texlive-sectionbreak
section break mark symbol.")
(license license:lppl1.3+)))
(define-public texlive-seealso
(package
(name "texlive-seealso")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/seealso/" "source/latex/seealso/"
"tex/latex/seealso/")
(base32
"0ibgrrmbdmdbkzahkwgi726zaqz06q9da2102lkyy6r11x7dnvbf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/seealso")
(synopsis "Improve the performance of @code{\\see} macros with MakeIndex")
(description
"The package amends the @code{\\see} and @code{\\seealso} macros that are used
in building indexes with MakeIndex, to deal with repetitions, and to ensure
page numbers are present in the actual index entries.")
(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