gnu: Add texlive-hyper.

* gnu/packages/tex.scm (texlive-hyper): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:52:45 +02:00
parent d37d9c67ab
commit 5632ebcf83
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85279,6 +85279,26 @@ (define-public texlive-hypdvips
enhanced back-referencing system.")
(license license:lppl1.3+)))
(define-public texlive-hyper
(package
(name "texlive-hyper")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hyper/" "source/latex/hyper/"
"tex/latex/hyper/")
(base32
"1z01dlbsjdppvfjgggnla1l7v9a0l3zy2j8fa56g757jcidi1s1k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hyper")
(synopsis "Hypertext cross referencing")
(description
"This package redefines LaTeX cross-referencing commands to insert
@code{\\special} commands for HyperTeX DVI viewers, such as recent versions of
@command{xdvi}. The package is now largely superseded by @code{hyperref}.")
(license license:lppl)))
;;;
;;; 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