me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-coffeestains.

* gnu/packages/tex.scm (texlive-coffeestains): New variable.
Nicolas Goaziou 2023-07-12 22:12:42 +02:00
parent 753e1ec082
commit 47a32dd3e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -16595,6 +16595,27 @@ to LaTeX, and directly supporting PDF output format. It has therefore been
based on the PGF/TikZ package.") based on the PGF/TikZ package.")
(license (list license:lppl license:gpl3+)))) (license (list license:lppl license:gpl3+))))
(define-public texlive-coffeestains
(package
(name "texlive-coffeestains")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/coffeestains/"
"tex/latex/coffeestains/")
(base32
"0nc2nmxg378gg16q6gxj68w94fl3nd5lcgk2fq9hp17mg6q27gsc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/coffeestains")
(synopsis "Add coffee stains to documents")
(description
"This package provides an essential feature that LaTeX has been missing
for too long: It adds coffee stains to your documents. A lot of time can be
saved by printing stains directly on the page rather than adding them
manually.")
(license license:public-domain)))
(define-public texlive-gates (define-public texlive-gates
(package (package
(name "texlive-gates") (name "texlive-gates")