gnu: Add texlive-sitem.

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

View file

@ -95759,6 +95759,25 @@ (define-public texlive-simplivre
XeLaTeX or LuaLaTeX.")
(license license:lppl1.3c)))
(define-public texlive-sitem
(package
(name "texlive-sitem")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sitem/" "source/latex/sitem/"
"tex/latex/sitem/")
(base32
"0a3j735747kip4l72rl8xkzlnmp0fsqj9vdig4m1jbvwk2qhsn8c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sitem")
(synopsis "Save the optional argument of @code{\\item}")
(description
"The package modifies @code{\\item} commands to save the optional argument in
a box.")
(license license:lppl1.3+)))
;;;
;;; 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