ngz pushed a commit to branch master
in repository guix.
commit 0dc1cf2da8fbc2425a83a3b5e57dd934b1460b18
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:06:15 2023 +0200
gnu: Add texlive-makeplot.
* gnu/packages/tex.scm (texlive-makeplot): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a351ab981c..8196e25fbf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -39574,6 +39574,26 @@ makecell with an easy to use syntax. It also adds
some enhanced rules for the
@code{booktabs} package.")
(license license:expat)))
+(define-public texlive-makeplot
+ (package
+ (name "texlive-makeplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/makeplot/"
+ "source/latex/makeplot/"
+ "tex/latex/makeplot/")
+ (base32
+ "1w34508lvb6rjhp41k78ph2p609mk03n8sp4mfgmhdpay0qxyjz5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/makeplot")
+ (synopsis "Easy plots from Matlab in LaTeX")
+ (description
+ "Makeplot is a LaTeX package that uses the PSTricks @code{pst-plot}
+functions to plot data that it takes from Matlab output files.")
+ (license license:lppl)))
+
(define-public texlive-minim
(package
(name "texlive-minim")