gnu: Add texlive-thinsp.

* gnu/packages/tex.scm (texlive-thinsp): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:14 +02:00
parent 3fdffbeb64
commit cea480adfa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -98027,6 +98027,23 @@ (define-public texlive-theoremref
decides to change a lemma to a proposition or a theorem (or whatever).")
(license (list license:lppl license:gpl2))))
(define-public texlive-thinsp
(package
(name "texlive-thinsp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/thinsp/" "tex/latex/thinsp/")
(base32
"1brnqvzj9z74dalymnk3yrmagqrlrbq8zq0whcxg3bi33gx4b76f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/thinsp")
(synopsis "Stretchable @code{\\thinspace} for LaTeX")
(description
"The package redefines @code{\\thinspace} to have a stretch component.")
(license license:gpl3+)))
;;;
;;; 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