mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-thinsp.
* gnu/packages/tex.scm (texlive-thinsp): New variable.
This commit is contained in:
parent
3fdffbeb64
commit
cea480adfa
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue