mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-cachepic.
* gnu/packages/tex.scm (texlive-cachepic): New variable.
This commit is contained in:
parent
2a56b23623
commit
3cf7468dfe
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue