gnu: Add texlive-shadethm.

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

View file

@ -95256,6 +95256,28 @@ (define-public texlive-sfmath
sans serif fonts.")
(license license:lppl)))
(define-public texlive-shadethm
(package
(name "texlive-shadethm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/shadethm/" "tex/latex/shadethm/")
(base32
"0mzvfvz5f07mva4hjaba9jrhj9jalv7hqck93236qqbxkp1lxpr9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/shadethm")
(synopsis "Theorem environments that are shaded")
(description
"This package extends the @code{\\newtheorem} command with a new command,
@code{\\newshadetheorem}, which can produce theorem statement in a shaded box.
It supports all the options of @code{\\newtheorem}.
However, this package is considered as obsolete by its author. Users are
generally recommended, therefore, to use @code{mdframed} instead.")
(license license:lppl)))
;;;
;;; 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