mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-sphack.
* gnu/packages/tex.scm (texlive-sphack): New variable.
This commit is contained in:
parent
02db014892
commit
c60b6c817f
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue