me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-egplot.

* gnu/packages/tex.scm (texlive-egplot): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:55 +02:00
parent b8aaa4ff61
commit f7cfde7022
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -80214,6 +80214,26 @@ a (possibly partial) frame around the box, and allows setting the box
background colour.")
(license license:lppl1.3+)))
(define-public texlive-egplot
(package
(name "texlive-egplot")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/egplot/" "source/latex/egplot/"
"tex/latex/egplot/")
(base32
"1i6wqnskp55i6gfkiz6gj4flq4mcah9vyqxvf2knrwly6s362pwj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/egplot")
(synopsis "Encapsulate Gnuplot sources in LaTeX documents")
(description
"This package provides a package to encapsulate Gnuplot commands in a LaTeX
source file, so that a document's figures are maintained in parallel with the
document source itself.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar