gnu: Add texlive-makeplot.
* gnu/packages/tex.scm (texlive-makeplot): New variable.
This commit is contained in:
parent
43db1efd8c
commit
0dc1cf2da8
1 changed files with 20 additions and 0 deletions
|
@ -39574,6 +39574,26 @@ makecell with an easy to use syntax. It also adds some enhanced rules for the
|
||||||
@code{booktabs} package.")
|
@code{booktabs} package.")
|
||||||
(license license:expat)))
|
(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
|
(define-public texlive-minim
|
||||||
(package
|
(package
|
||||||
(name "texlive-minim")
|
(name "texlive-minim")
|
||||||
|
|
Reference in a new issue