me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-metapost-colorbrewer.

* gnu/packages/tex.scm (texlive-metapost-colorbrewer): New variable.
Nicolas Goaziou 2023-06-19 11:17:36 +02:00
parent b166b6f634
commit bef9e04eeb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -5538,6 +5538,28 @@ a very flexible set of macros for generating plot axes, which may be useful in
other contexts as well.") other contexts as well.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-metapost-colorbrewer
(package
(name "texlive-metapost-colorbrewer")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/metapost-colorbrewer/"
"metapost/metapost-colorbrewer/")
(base32
"00bpdz2k849k1sfrlflxhdbylncb5y2bixgmylyh0i8rbb467q7l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/metapost-colorbrewer")
(synopsis
"Implementation of the @code{colorbrewer2.org} colours for MetaPost")
(description
"This package provides two MetaPost include files that define all the
@code{colorbrewer2.org} colours: @code{colorbrewer-cmyk.mp} and
@code{colorbrewer-rgb.mp}. The first defines all the colours as CMYK, the
second as RGB.")
(license license:gpl3+)))
(define-public texlive-natbib (define-public texlive-natbib
(package (package
(name "texlive-natbib") (name "texlive-natbib")