me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gradient-text.

* gnu/packages/tex.scm (texlive-gradient-text): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:51 +02:00
parent c81d258128
commit 3ed3746a93
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -84132,6 +84132,26 @@ character as a shorthand as in the @code{\\MakeShortVerb} command of the
into a box and executes the code afterwards.")
(license license:lppl1.3c)))
(define-public texlive-gradient-text
(package
(name "texlive-gradient-text")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gradient-text/"
"tex/latex/gradient-text/")
(base32
"00gnv7gbs583mwviajlfpr0m748s1ysc9h7aig8bwhn8v1rrjxqw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gradient-text")
(synopsis "Decorate text with linear gradient colors")
(description
"This package enables writers to conveniently decorate text with linear
gradient colors. The RGB values of the first and the last character are
specified as parameters while the rest of the text is colored automatically.")
(license license:lppl1.3c)))
;;;
;;; 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