From 5ec1ac2194b7f929c16f791914d880a9a38d431f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 15:56:02 +0200 Subject: [PATCH] gnu: Add texlive-xespotcolor. * gnu/packages/tex.scm (texlive-xespotcolor): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 26680d6f0d..4ab8db8678 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7378,6 +7378,27 @@ (define-public texlive-xesearch syntax of programming languages.") (license license:lppl))) +(define-public texlive-xespotcolor + (package + (name "texlive-xespotcolor") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/xelatex/xespotcolor/" + "source/xelatex/xespotcolor/" + "tex/xelatex/xespotcolor/") + (base32 + "0pqv4y2idcazwdy94ryyrk5s2g66sb7liy9hypqaq69symn8myf7"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xespotcolor") + (synopsis "Spot colours support for XeLaTeX") + (description + "The package provides macros for using spot colours in LaTeX documents. +The package is a reimplementation of the @code{spotcolor} package for use with +XeLaTeX. As such, it has the same user interface and the same capabilities.") + (license license:lppl1.3c))) + (define-public texlive-currfile (package (name "texlive-currfile")