mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add texlive-shade.
* gnu/packages/tex.scm (texlive-shade): New variable.
This commit is contained in:
parent
d0d2bc3b0a
commit
1e13f4a5ba
1 changed files with 21 additions and 0 deletions
|
@ -3637,6 +3637,27 @@ (define-public texlive-schemata
|
|||
modern periods.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-shade
|
||||
(package
|
||||
(name "texlive-shade")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/shade/"
|
||||
"fonts/source/public/shade/"
|
||||
"tex/generic/shade/")
|
||||
(base32
|
||||
"1b7m11d374cx5rcrvgd2jld1wzixvky3mqdg54hnsg9x14p2dxpg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/shade")
|
||||
(synopsis "Shade pieces of text")
|
||||
(description
|
||||
"The package provides a shaded backdrop to a box of text. It uses
|
||||
a Metafont font (provided) which generates to appropriate shading dependent on
|
||||
the resolution used in the Metafont printer parameters.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue