mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-gradientframe.
* gnu/packages/tex.scm (texlive-gradientframe): New variable.
This commit is contained in:
parent
9047244091
commit
8da59a5b5a
1 changed files with 28 additions and 0 deletions
|
@ -17348,6 +17348,34 @@ (define-public texlive-gnuplottex
|
|||
files.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-gradientframe
|
||||
(package
|
||||
(name "texlive-gradientframe")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gradientframe/"
|
||||
"source/latex/gradientframe/"
|
||||
"tex/latex/gradientframe/")
|
||||
(base32
|
||||
"0qy3ri6fdgzdslaaa7gakswvpc299xyarm8ng4cs8w64q14675r1")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list texlive-charter
|
||||
texlive-emp
|
||||
texlive-hypdoc
|
||||
texlive-listings
|
||||
texlive-tools))))
|
||||
(home-page "https://ctan.org/pkg/gradientframe")
|
||||
(synopsis "Simple gradient frames around objects")
|
||||
(description
|
||||
"The package provides a means of drawing graded frames around objects.
|
||||
The gradients of the frames are drawn using the @code{color} package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-inlinedef
|
||||
(package
|
||||
(name "texlive-inlinedef")
|
||||
|
|
Loading…
Reference in a new issue