gnu: Add texlive-sphack.

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

View file

@ -96201,6 +96201,25 @@ (define-public texlive-sparklines
sparklines package uses PGF.")
(license license:lppl)))
(define-public texlive-sphack
(package
(name "texlive-sphack")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sphack/" "tex/latex/sphack/")
(base32
"1pami588h0lw8f79idy088bwhfjrf2q993nrjw8cb0bpsbqqmrx6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sphack")
(synopsis "Patch LaTeX kernel spacing macros")
(description
"This package changes the kernel internal
@code{\\@@bsphack}/@code{\\@@esphack} so that it is also invisible in vertical
mode.")
(license license:knuth)))
;;;
;;; 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