gnu: Add texlive-pdfcolfoot.

* gnu/packages/tex.scm (texlive-pdfcolfoot): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:14:32 +02:00
parent 62bed0638c
commit 8b5b87730e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12050,6 +12050,26 @@ (define-public texlive-pgfgantt
Several keys customize the appearance of the chart elements.")
(license license:lppl1.3+)))
(define-public texlive-pdfcolfoot
(package
(name "texlive-pdfcolfoot")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pdfcolfoot/"
"source/latex/pdfcolfoot/"
"tex/latex/pdfcolfoot/")
(base32
"0k3fwfyj56zb18fr4yay4bp66nbx3a0nb87i8mh8yxkm7qmnx95l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pdfcolfoot")
(synopsis "Separate color stack for footnotes with pdfTeX")
(description
"Since version 1.40 pdfTeX supports several colour stacks. This package
uses a separate colour stack for footnotes that can break across pages.")
(license license:lppl1.3+)))
(define-public texlive-pdflscape
(package
(name "texlive-pdflscape")