mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-pst-2dplot.
* gnu/packages/tex.scm (texlive-pst-2dplot): New variable.
This commit is contained in:
parent
3b6080ccb2
commit
9db5254989
1 changed files with 20 additions and 0 deletions
|
@ -32306,6 +32306,26 @@ (define-public texlive-pstricks
|
|||
of tables.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pst-2dplot
|
||||
(package
|
||||
(name "texlive-pst-2dplot")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/pst-2dplot/"
|
||||
"tex/latex/pst-2dplot/")
|
||||
(base32
|
||||
"1lq39hdlqf4af16lx7qrs6x2hj10rsashgd3yl8659346a2mq75a")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pst-2dplot")
|
||||
(synopsis "PSTricks package for drawing 2D curves")
|
||||
(description
|
||||
"Pst-2dplot is a PSTricks package that offers an intuitive tool for
|
||||
plotting 2-d curves. It defines an environment with commands similar to
|
||||
MATLAB for plotting.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-text
|
||||
(package
|
||||
(name "texlive-pst-text")
|
||||
|
|
Loading…
Reference in a new issue