gnu: Add texlive-pdfcol.

* gnu/packages/tex.scm (texlive-pdfcol): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-19 20:27:58 +02:00
parent 7abf96a2ec
commit 29ff5d984d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26700,6 +26700,25 @@ (define-public texlive-pgfgantt
Several keys customize the appearance of the chart elements.")
(license license:lppl1.3+)))
(define-public texlive-pdfcol
(package
(name "texlive-pdfcol")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pdfcol/" "source/latex/pdfcol/"
"tex/latex/pdfcol/")
(base32
"0mr09kyan59xlnxl4a97w2avp1p09w5yyv6v3p498xpjbq3dbwih")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pdfcol")
(synopsis "Macros for maintaining colour stacks under pdfTeX")
(description
"This package is intended for package writers. It defines macros for
setting and maintaining new colour stacks.")
(license license:lppl1.3c)))
(define-public texlive-pdfcolfoot
(package
(name "texlive-pdfcolfoot")