gnu: Add texlive-cachepic.

* gnu/packages/tex.scm (texlive-cachepic): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 21:56:23 +02:00
parent 2a56b23623
commit 3cf7468dfe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16462,6 +16462,28 @@ (define-public texlive-byrne
conveniently use them.")
(license license:gpl3+)))
(define-public texlive-cachepic
(package
(name "texlive-cachepic")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cachepic/" "scripts/cachepic/"
"tex/latex/cachepic/")
(base32
"0kc713pig67igi0h294k692lmm12mx611z3v73awsf5xv14ms3yx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "cachepic.tlu")))
(home-page "https://ctan.org/pkg/cachepic")
(synopsis "Convert document fragments into graphics")
(description
"The bundle simplifies and automates conversion of document fragments
into external EPS or PDF files. The bundle consists of two parts: a LaTeX
package that implements a document level interface, and a command line tool
that generates the external graphics.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")