me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-shadowtext.

* gnu/packages/tex.scm (texlive-shadowtext): New variable.
master
Nicolas Goaziou 2023-08-29 16:00:54 +02:00
parent 97bbacc9b3
commit 295ad9162a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -95296,6 +95296,26 @@ generally recommended, therefore, to use @code{mdframed} instead.")
and supporting mechanisms.")
(license license:lppl)))
(define-public texlive-shadowtext
(package
(name "texlive-shadowtext")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/shadowtext/"
"tex/latex/shadowtext/")
(base32
"1ffldvx7as6jympf2fqkwd2arxphcf6l1cmpf8kvgh1f5hdbzwcr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/shadowtext")
(synopsis "Produce text with a shadow behind it")
(description
"The package introduces a command @code{\\shadowtext}, which adds a drop
shadow to the text that is given as its argument. The colour and positioning
of the shadow are customisable.")
(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