me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-background.

* gnu/packages/tex.scm (texlive-background): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:11 +02:00
parent 63c0f06dc2
commit cab144f141
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -73473,6 +73473,28 @@ automatically generates hidden comments in the PDF document (by means of the
formula.")
(license license:lppl1.3+)))
(define-public texlive-background
(package
(name "texlive-background")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/background/"
"source/latex/background/"
"tex/latex/background/")
(base32
"0hbz78mvpjd9ac86lxcnbbqlnsgp3p21iv3cl4jwriqp930ipwcg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/background")
(synopsis "Placement of background material on pages of a document")
(description
"The package offers the placement of background material on the pages of
a document. The user can control many aspects (contents, position, color,
opacity) of the background material that will be displayed; all placement and
attribute settings are controlled by setting key values.")
(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