gnu: Add texlive-srcltx.

* gnu/packages/tex.scm (texlive-srcltx): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:46 +02:00
parent 06f54631a1
commit eb11cd7385
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96354,6 +96354,26 @@ (define-public texlive-srbook-mem
to Serbian style.")
(license license:gpl3+)))
(define-public texlive-srcltx
(package
(name "texlive-srcltx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/srcltx/" "source/latex/srcltx/"
"tex/latex/srcltx/")
(base32
"1yj6clsb89n0aiz8pn7il1vf2pfg369psys3b73dncf92dhlawff")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/srcltx")
(synopsis "Jump between DVI and TeX files")
(description
"This package provides a @code{\\special} insertion into generated @file{.dvi}
files allowing one to jump from the @file{.dvi} file to the @file{.tex} source
and back again (given a @file{.dvi} viewer that supports this).")
(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