me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-epsincl.

* gnu/packages/tex.scm (texlive-epsincl): New variable.
Nicolas Goaziou 2023-06-19 11:08:13 +02:00
parent c489a82a13
commit 2e241d5b04
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -4982,6 +4982,23 @@ define a new author interface to creating new environments.")
(define-deprecated-package texlive-latex-environ texlive-environ)
(define-public texlive-epsincl
(package
(name "texlive-epsincl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/epsincl/" "metapost/epsincl/")
(base32
"1pjnfqayh42gavlbd9wqn86qyqhw1bxrbmwgsv39ycj4s63xjxqr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/epsincl")
(synopsis "Include EPS in MetaPost figures")
(description
"The package facilitates including EPS files in MetaPost figures.")
(license license:public-domain)))
(define-public texlive-eqparbox
(package
(name "texlive-eqparbox")