me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xwatermark.

* gnu/packages/tex.scm (texlive-xwatermark): New variable.
master
Nicolas Goaziou 2023-08-29 16:05:28 +02:00
parent 4ae60bdb5e
commit 8bdef9af31
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -100544,6 +100544,25 @@ all alphanumerical characters, as well as @samp{=}, @samp{/}, @samp{.},
are valid for @code{url} can be used and will be passed on to this package.")
(license license:lppl1.3+)))
(define-public texlive-xwatermark
(package
(name "texlive-xwatermark")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xwatermark/"
"tex/latex/xwatermark/")
(base32
"1xisq0xg5jl7id4ajl0ywjz8d8s8bzl4qy8sxg0rya3p013p5990")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xwatermark")
(synopsis "Graphics and text watermarks on selected pages")
(description
"The package extends @code{draftmark} and the @code{watermark} packages. It
is currently unmaintained and does not work with modern LaTeX releases.")
(license license:lppl1.3+)))
;;;
;;; 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